Skip to content

Commit

Permalink
chore(cln): increase healthcheck retries
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeast committed Aug 25, 2024
1 parent 3f6c9b2 commit 6dbb53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ x-services:
healthcheck:
test: [ "CMD", "lightning-cli", "--network=regtest", "getinfo" ]
timeout: 1s
retries: 10
retries: 20
interval: 1s
start_period: 0s

Expand Down

0 comments on commit 6dbb53b

Please sign in to comment.