Fix healthcheck test command in laconicd container (#3)

Part of cerc-io/testnet-laconicd-stack#4 and [Create an external fixturenet-laconic2d stack](https://www.notion.so/Create-an-external-fixturenet-laconic2d-stack-3b33cc2317444f4da209c4472f4244ed)

Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Reviewed-on: cerc-io/fixturenet-laconicd-stack#3
This commit is contained in:
nabarun 2024-07-16 10:56:53 +00:00
parent 5e91f5e40f
commit e254bff201

View File

@ -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