mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +00:00
PR comments
This commit is contained in:
parent
293aaff2a5
commit
18d797150e
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user