Skip to content

Commit

Permalink
increase mysql retries number, sometimes it may take time to start
Browse files Browse the repository at this point in the history
like after an update
  • Loading branch information
NicolasCARPi committed Feb 22, 2024
1 parent bb36e86 commit 13380d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker-compose.yml-EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ services:
test: "/usr/bin/mysql --user=$$MYSQL_USER --password=$$MYSQL_PASSWORD --execute 'SHOW DATABASES;'"
interval: 5s
timeout: 5s
retries: 20
retries: 42
# drop some capabilities
cap_drop:
- AUDIT_WRITE
Expand Down

0 comments on commit 13380d7

Please sign in to comment.