mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(CORE): file permissions for the devcontainer (#13686)
This commit is contained in:
1
env/docker/etc/dbimport.conf.dockerdist
vendored
1
env/docker/etc/dbimport.conf.dockerdist
vendored
@@ -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
|
||||
|
||||
1
env/docker/etc/worldserver.conf.dockerdist
vendored
1
env/docker/etc/worldserver.conf.dockerdist
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user