Fix healthcheck
This commit is contained in:
parent
6b74477aff
commit
cb03ab0ca5
@ -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