Remove non-working healthcheck
This commit is contained in:
parent
37ada3e96e
commit
3a99e1f830
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue