Remove non-working healthcheck

This commit is contained in:
Exynox 2024-06-02 22:03:26 +03:00
parent 8f48a6f442
commit aa4795768f
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ services:
volumes:
- ./storage/database/:/var/lib/mysql/
healthcheck:
#test: ["CMD", "mysql", "-u", "${MYSQL_USER}", "--password", "${MYSQL_PASSWORD}", "-e", "USE ${MYSQL_DB_ACCOUNT};"]
test: ["CMD", 'mysqladmin', 'ping', '-h', 'localhost', '-u', 'root', '-p$$MYSQL_ROOT_PASSWORD' ]
interval: 10s
timeout: 5s