fix(Docker): fix log files not being generated in Docker setups (#3680)
This commit is contained in:
parent
f1c21574be
commit
a93565b6da
2 changed files with 4 additions and 2 deletions
|
|
@ -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":
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue