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

@@ -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