fix(Docker): fix log files not being generated in Docker setups (#3680)

This commit is contained in:
gabrielfoo
2020-11-11 20:13:20 +08:00
committed by GitHub
parent f1c21574be
commit a93565b6da
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
[authserver]
# Do not change this
LogsDir = "/azeroth-server/logs" # will reflect on your host directory: docker/worldserver/logs
# Files in LogsDir will reflect on your host directory: docker/authserver/logs
LogsDir = "/azeroth-server/logs"
# Change this configuration accordingly with your docker setup
# The format is "hostname;port;username;password;database":

View File

@@ -4,7 +4,8 @@
[worldserver]
# Do NOT change those Dir configs
LogsDir = "/azeroth-server/logs" # will reflect on your host directory: docker/worldserver/logs
# Files in LogsDir will reflect on your host directory: docker/worldserver/logs
LogsDir = "/azeroth-server/logs"
DataDir = "/azeroth-server/data"
# Change this configuration accordingly with your docker setup