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:
parent
5e91f5e40f
commit
e254bff201
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user