Fix healthcheck command in laconicd container #5

Merged
nabarun merged 1 commits from ng-fix-health-check into main 2024-07-16 11:12:15 +00:00

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