Skip to content

zteeed/docker-hashtopolis-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Hashtopolis Server

Configuration

Update docker-compose.yml and edit the following environement vars:

  • MYSQL_DATABASE(default value is hashtopolis_db)
  • MYSQL_USER(default value is hashtopolis)
  • MYSQL_PASSWORD(default value is mysql_password)

As recommended in the hashtopolis server prerequisites, you may want to edit some Apache/PHP parameters in order to accommodate your intended usage.

Install

docker-compose up -d

Usage

Once installation is complete, use mysql for Server Hostname, let the default mysql port 3306 and add your custom parameters to setup the database connection.