mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Docker): fix log files not being generated in Docker setups (#3680)
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
[authserver]
|
[authserver]
|
||||||
|
|
||||||
# Do not change this
|
# 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
|
# Change this configuration accordingly with your docker setup
|
||||||
# The format is "hostname;port;username;password;database":
|
# The format is "hostname;port;username;password;database":
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
[worldserver]
|
[worldserver]
|
||||||
|
|
||||||
# Do NOT change those Dir configs
|
# 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"
|
DataDir = "/azeroth-server/data"
|
||||||
|
|
||||||
# Change this configuration accordingly with your docker setup
|
# Change this configuration accordingly with your docker setup
|
||||||
|
|||||||
Reference in New Issue
Block a user