WIP: add master_ip option

This commit is contained in:
Nils Bergmann
2021-12-08 14:57:16 +01:00
parent 51a9f61e88
commit 7f1e392be2
4 changed files with 18 additions and 4 deletions

View File

@@ -30,8 +30,10 @@ services:
- database:/var/lib/mysql
networks:
- darkflame
ports:
- 3306:3306 # (optional) ports only exposed so that DB management tools can connect
# (optional) ports only exposed so that DB management tools can connect
# Remove the # of the next two lines to expose your database
# ports:
# - 3306:3306
darkflame:
container_name: DarkflameServer