mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 12:24:22 +08:00
Merge ca0a1580884d36cd524b35db31e8a5a092940e67 into 611a85529d719e3078d8e1e4061c0c52c5ec4a7a
This commit is contained in:
commit
73c74cb732
@ -16,9 +16,7 @@ services:
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=${DOCKER_DB_ROOT_PASSWORD:-password}
|
||||
volumes:
|
||||
- type: volume
|
||||
source: ac-database
|
||||
target: /var/lib/mysql
|
||||
- ${DOCKER_VOL_DB:-ac-database}:/var/lib/mysql
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: "/usr/bin/mysql --user=root --password=$$MYSQL_ROOT_PASSWORD --execute \"SHOW DATABASES;\""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user