mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Use mariadb-admin for health check
mysql_upgrade is not existing anymore in the new 11.x images
This commit is contained in:
parent
28dbfd57ba
commit
e72767546f
1 changed files with 1 additions and 1 deletions
2
pwd.yml
2
pwd.yml
|
|
@ -82,7 +82,7 @@ services:
|
|||
networks:
|
||||
- frappe_network
|
||||
healthcheck:
|
||||
test: mysqladmin ping -h localhost --password=admin
|
||||
test: mariadb-admin ping -h localhost --password=admin
|
||||
interval: 1s
|
||||
retries: 20
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue