We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d4af1 commit 5040314Copy full SHA for 5040314
docker-compose.yml
@@ -82,7 +82,7 @@ services:
82
command: ${LOCAL_DB_AUTH_OPTION-}
83
84
healthcheck:
85
- test: [ "CMD-SHELL", "if [ \"$LOCAL_DB_TYPE\" = \"mariadb\" && [ \"$LOCAL_DB_VERSION\" != \"5.5\" ] && \"$LOCAL_DB_VERSION\" != \"10.0\" && \"$LOCAL_DB_VERSION\" != \"10.1\" ]; then mariadb-admin ping -h localhost; else mysqladmin ping -h localhost; fi" ]
+ test: [ "CMD-SHELL", "if [ \"$LOCAL_DB_TYPE\" = \"mariadb\" ] && [ \"$LOCAL_DB_VERSION\" != \"5.5\" ] && [ \"$LOCAL_DB_VERSION\" != \"10.0\" ] && [ \"$LOCAL_DB_VERSION\" != \"10.1\" ]; then mariadb-admin ping -h localhost; else mysqladmin ping -h localhost; fi" ]
86
timeout: 5s
87
interval: 5s
88
retries: 10
0 commit comments