mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +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
|
# Should be the externally facing IP of your server host
|
||||||
EXTERNAL_IP=localhost
|
EXTERNAL_IP=localhost
|
||||||
# Database values
|
# Database values
|
||||||
MARIADB_USER=SECRET_VALUE_CHANGE_ME
|
MARIADB_USER=darkflame
|
||||||
MARIADB_PASSWORD=SECRET_VALUE_CHANGE_ME
|
MARIADB_PASSWORD=SECRET_VALUE_CHANGE_ME
|
||||||
MARIADB_ROOT_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
|
- ./migrations/dlu:/docker-entrypoint-initdb.d
|
||||||
networks:
|
networks:
|
||||||
- darkflame
|
- darkflame
|
||||||
ports:
|
# You can expose these so that DB management tools can connect (WARNING: INSECURE)
|
||||||
- 3306:3306 # (optional) ports only exposed so that DB management tools can connect
|
# ports:
|
||||||
|
# - 3306:3306
|
||||||
|
|
||||||
darkflame:
|
darkflame:
|
||||||
container_name: DarkflameServer
|
container_name: DarkflameServer
|
||||||
|
Loading…
Reference in New Issue
Block a user