bind network and remote cleanup

This commit is contained in:
uprightbass360
2025-11-09 05:15:58 -05:00
parent 964359e32b
commit 90c53c47d9
2 changed files with 15 additions and 0 deletions

View File

@@ -221,6 +221,8 @@ services:
chmod -R 755 /azerothcore/data /cache
echo "✅ Docker volume permissions fixed"
restart: "no"
networks:
- azerothcore
ac-storage-init:
profiles: ["db", "modules"]
@@ -244,6 +246,8 @@ services:
chmod -R 755 /storage-root /local-storage-root
echo "✅ Storage permissions initialized"
restart: "no"
networks:
- azerothcore
# =====================
# Client Data (client-data)