Skip to content

Commit

Permalink
fix: increase electrs-liquid health check retries (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau authored Jul 29, 2024
1 parent e7d50d5 commit de88751
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 @@ -353,8 +353,8 @@ services:
- --jsonrpc-import
healthcheck:
test: [ "CMD-SHELL", "curl -s $(hostname):3003/blocks/tip/height" ]
timeout: 1s
retries: 5
timeout: 15s
retries: 10
interval: 2s
start_period: 5s
ports:
Expand Down

0 comments on commit de88751

Please sign in to comment.