Merge ca0a1580884d36cd524b35db31e8a5a092940e67 into 611a85529d719e3078d8e1e4061c0c52c5ec4a7a

This commit is contained in:
Evgeny 2025-11-09 16:08:35 +01:00 committed by GitHub
commit 73c74cb732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;\""