mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Docker): Persistent volumes for ac-database (#2947)
This commit is contained in:
@@ -13,6 +13,10 @@ services:
|
||||
- ${DB_EXTERNAL_PORT:-3306}:3306
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=${DB_ROOT_PASSWORD:-password}
|
||||
volumes:
|
||||
- type: volume
|
||||
source: ac-database
|
||||
target: /var/lib/mysql
|
||||
|
||||
ac-worldserver:
|
||||
stdin_open: true
|
||||
@@ -63,5 +67,8 @@ services:
|
||||
depends_on:
|
||||
- ac-database
|
||||
|
||||
volumes:
|
||||
ac-database:
|
||||
|
||||
networks:
|
||||
ac-network:
|
||||
|
||||
Reference in New Issue
Block a user