add missing logs volume mount to db-import container

This commit is contained in:
Deckard
2025-10-13 02:26:37 -04:00
parent e10faa1f7c
commit b824833375

View File

@@ -126,6 +126,7 @@ services:
- azerothcore
volumes:
- ${STORAGE_PATH}/config:/azerothcore/env/dist/etc
- ${STORAGE_PATH}/logs:/azerothcore/env/dist/logs
- ${STORAGE_PATH}/mysql-data:/var/lib/mysql-persistent
environment:
AC_DATA_DIR: "/azerothcore/data"