Use /healthz end-point
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-06-23 16:16:27 +02:00
parent f7b57bf117
commit 0b0160b359
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ services:
networks:
- proxy
healthcheck:
test: ["CMD", "wget", "-q", "-t 1", "http://localhost:8042"]
test: ["CMD", "wget", "-q", "-t 1", "http://localhost:8042/healthz"]
interval: 10s
timeout: 10s
retries: 10