Fix healthcheck
This commit is contained in:
parent
6b74477aff
commit
cb03ab0ca5
@ -19,7 +19,7 @@ services:
|
|||||||
- "9090"
|
- "9090"
|
||||||
- "1317"
|
- "1317"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "nc", "-vz", "127.0.0.1:26657"]
|
test: ["CMD", "nc", "-vz", "127.0.0.1", "26657"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user