Fix healthcheck test command

This commit is contained in:
IshaVenikar 2024-07-16 11:47:11 +05:30 committed by Nabarun
parent 5e91f5e40f
commit 626c2e208e

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