diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2022-11-04 13:53:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 13:53:07 +0100 |
commit | 2420d19e54eef2df6e9d997f0582d5d485920ecd (patch) | |
tree | ed432e765c9173f8ce17e299bc3a0f386a864b27 /env | |
parent | e64138314c6db1adf6c80b51ed060e681ad31e2d (diff) |
fix(CORE): file permissions for the devcontainer (#13686)
Diffstat (limited to 'env')
-rw-r--r-- | env/docker/etc/dbimport.conf.dockerdist | 1 | ||||
-rw-r--r-- | env/docker/etc/worldserver.conf.dockerdist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/env/docker/etc/dbimport.conf.dockerdist b/env/docker/etc/dbimport.conf.dockerdist index 2de64cedd5..183cf873e7 100644 --- a/env/docker/etc/dbimport.conf.dockerdist +++ b/env/docker/etc/dbimport.conf.dockerdist @@ -2,7 +2,6 @@ # Files in LogsDir will reflect on your host directory: docker/worldserver/logs LogsDir = "/azerothcore/env/dist/logs" # Files in TempDir will reflect on your host directory: docker/authserver/temp -TempDir = "/azerothcore/env/dist/temp" DataDir = "/azerothcore/env/dist/data" # Change this configuration accordingly with your docker setup diff --git a/env/docker/etc/worldserver.conf.dockerdist b/env/docker/etc/worldserver.conf.dockerdist index 8c391c94d1..c5dc18fe50 100644 --- a/env/docker/etc/worldserver.conf.dockerdist +++ b/env/docker/etc/worldserver.conf.dockerdist @@ -7,7 +7,6 @@ # Files in LogsDir will reflect on your host directory: docker/worldserver/logs LogsDir = "/azerothcore/env/dist/logs" # Files in TempDir will reflect on your host directory: docker/authserver/temp -TempDir = "/azerothcore/env/dist/temp" DataDir = "/azerothcore/env/dist/data" # Change this configuration accordingly with your docker setup |