Skip to content

Commit

Permalink
More forgiving health check
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerPodacter committed Dec 12, 2024
1 parent 61a6f20 commit 0285c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ services:
- "8545:8545"
healthcheck:
test: ["CMD-SHELL", "geth attach --exec 'eth.blockNumber' http://localhost:8545"]
interval: 5s
interval: 30s
timeout: 3s
retries: 3
retries: 20
start_period: 10s

node:
Expand Down

0 comments on commit 0285c1c

Please sign in to comment.