We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd5a9b7 + bcc607a commit cffe437Copy full SHA for cffe437
1 file changed
docker-compose.yml
@@ -43,7 +43,7 @@ services:
43
healthcheck:
44
# Ping the EKG port to see if it responds.
45
# Assuming if EKG isn't up then the rest of cardano-node isn't either.
46
- test: ["CMD-SHELL", "curl -f 127.0.0.1:12788 || exit 1"]
+ test: ["CMD-SHELL", "curl -f 127.0.0.1:12798/metrics || exit 1"]
47
interval: 60s
48
timeout: 10s
49
retries: 5
0 commit comments