mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
7b6e840751
commit
8e84aa718e
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue