fix(CORE): file permissions for the devcontainer (#13686)

This commit is contained in:
Yehonal
2022-11-04 13:53:07 +01:00
committed by GitHub
parent e64138314c
commit 2420d19e54
3 changed files with 11 additions and 10 deletions

View File

@@ -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

View File

@@ -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