From a792a0f7bb292f6bfff82a60078a32cc43c0ec72 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Tue, 16 Jul 2024 11:12:14 +0000 Subject: [PATCH] Fix healthcheck command in laconicd container (#5) Part of cerc-io/testnet-laconicd-stack#4 and [Create a public laconicd testnet](https://www.notion.so/Create-a-public-laconicd-testnet-896a11bdd8094eff8f1b49c0be0ca3b8) Reviewed-on: https://git.vdb.to/cerc-io/testnet-laconicd-stack/pulls/5 Co-authored-by: Nabarun Co-committed-by: Nabarun --- stack-orchestrator/compose/docker-compose-testnet-laconicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-orchestrator/compose/docker-compose-testnet-laconicd.yml b/stack-orchestrator/compose/docker-compose-testnet-laconicd.yml index 9e22cf8..1f11c95 100644 --- a/stack-orchestrator/compose/docker-compose-testnet-laconicd.yml +++ b/stack-orchestrator/compose/docker-compose-testnet-laconicd.yml @@ -19,7 +19,7 @@ services: - "9090" - "1317" healthcheck: - test: ["CMD", "nc", "-vz", "127.0.0.1:26657"] + test: ["CMD", "nc", "-vz", "127.0.0.1", "26657"] interval: 30s timeout: 10s retries: 10