Skip to content

Commit

Permalink
refactor(docker-compose.yml): increase healthcheck timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntpo committed Jan 19, 2025
1 parent 423a2cd commit 86c1793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ services:
- ./init/ranger:/tmp/ranger
healthcheck:
test: ["CMD", "/tmp/healthcheck/ranger-healthcheck.sh"]
interval: 5s
timeout: 60s
retries: 5
interval: 10s
timeout: 120s
retries: 10
start_period: 120s
deploy:
resources:
Expand Down

0 comments on commit 86c1793

Please sign in to comment.