mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 21:04:26 +08:00
Compare commits
2 Commits
15c1d47727
...
a41babee3e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a41babee3e | ||
|
|
ca0a158088 |
@ -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