From 6dbb53b034a8077ee03af29f31cdc7ca81d6941d Mon Sep 17 00:00:00 2001 From: maybeast <78227110+maybeast@users.noreply.github.com> Date: Sun, 25 Aug 2024 11:00:25 +0300 Subject: [PATCH] chore(cln): increase healthcheck retries --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index cbb0370..1afd945 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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