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 6384bba commit d6822deCopy full SHA for d6822de
docker-compose.yml
@@ -19,8 +19,8 @@ services:
19
- MYSQL_ROOT_PASSWORD=${DB_PASSWORD}
20
restart: always
21
healthcheck:
22
- test: ["CMD-SHELL", "mysqladmin --user=$${DB_USERNAME} --password=$${DB_PASSWORD} --host=localhost ping"]
+ test: [ "CMD-SHELL", "/usr/bin/mysql --user=${DB_USERNAME} --password=${DB_PASSWORD} --execute \"SHOW DATABASES;\"" ]
23
interval: 10s
24
retries: 5
25
start_period: 30s
26
- timeout: 10s
+ timeout: 20s
0 commit comments