Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 811 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 811 Bytes

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.