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