Fix healthcheck

This commit is contained in:
Nabarun 2024-07-16 16:39:59 +05:30
parent 6b74477aff
commit cb03ab0ca5

View File

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