diff --git a/docker/authserver/etc/authserver.conf.dockerdist b/docker/authserver/etc/authserver.conf.dockerdist index bebf9cf15..fdfa1cc69 100644 --- a/docker/authserver/etc/authserver.conf.dockerdist +++ b/docker/authserver/etc/authserver.conf.dockerdist @@ -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": diff --git a/docker/worldserver/etc/worldserver.conf.dockerdist b/docker/worldserver/etc/worldserver.conf.dockerdist index 1212367db..854cbb3c3 100644 --- a/docker/worldserver/etc/worldserver.conf.dockerdist +++ b/docker/worldserver/etc/worldserver.conf.dockerdist @@ -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