1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Daniel Neto 2023-07-28 15:14:08 -03:00
parent 7b6e840751
commit 8e84aa718e

View file

@ -122,7 +122,8 @@ services:
volumes:
- ./.compose/db:/var/lib/mysql
healthcheck:
test: ["CMD-SHELL", "mysqladmin ping -h localhost -u root -pexample"]
#test: ["CMD-SHELL", "mysqladmin ping -h localhost -u root -pexample"]
#test: "mariadb-admin ping -h localhost -u $MYSQL_USER -p$MYSQL_PASSWORD"
interval: 30s
timeout: 10s
retries: 3
@ -141,7 +142,8 @@ services:
volumes:
- ./.compose/db_encoder:/var/lib/mysql
healthcheck:
test: ["CMD-SHELL", "mysqladmin ping -h localhost -u root -pexample"]
#test: ["CMD-SHELL", "mysqladmin ping -h localhost -u root -pexample"]
#test: "mariadb-admin ping -h localhost -u $MYSQL_USER -p$MYSQL_PASSWORD"
interval: 30s
timeout: 10s
retries: 3