PR comments

This commit is contained in:
Jack Kawell 2021-12-09 00:10:29 -07:00
parent 293aaff2a5
commit 18d797150e
2 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@ ACCOUNT_MANAGER_SECRET=
# Should be the externally facing IP of your server host
EXTERNAL_IP=localhost
# Database values
MARIADB_USER=SECRET_VALUE_CHANGE_ME
MARIADB_USER=darkflame
MARIADB_PASSWORD=SECRET_VALUE_CHANGE_ME
MARIADB_ROOT_PASSWORD=SECRET_VALUE_CHANGE_ME
MARIADB_DATABASE=SECRET_VALUE_CHANGE_ME
MARIADB_DATABASE=darkflame

View File

@ -29,8 +29,9 @@ services:
- ./migrations/dlu:/docker-entrypoint-initdb.d
networks:
- darkflame
ports:
- 3306:3306 # (optional) ports only exposed so that DB management tools can connect
# You can expose these so that DB management tools can connect (WARNING: INSECURE)
# ports:
# - 3306:3306
darkflame:
container_name: DarkflameServer