Skip to content

Commit

Permalink
chore: increase healthcheck retries for slower hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Oct 16, 2022
1 parent 9e057d4 commit df5ac6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ services:
healthcheck:
test: "/usr/bin/mysql --user=root --password=$$MYSQL_ROOT_PASSWORD --execute \"SHOW DATABASES;\""
interval: 2s
timeout: 20s
retries: 10
timeout: 40s
retries: 20

ac-worldserver:
<<: *ac-shared-conf
Expand Down

0 comments on commit df5ac6d

Please sign in to comment.