diff --git a/examples/compose.yaml b/examples/compose.yaml index 0556ef2..4904201 100644 --- a/examples/compose.yaml +++ b/examples/compose.yaml @@ -3,7 +3,7 @@ services: image: jkaninda/goma-gateway command: server healthcheck: - test: curl -f http://localhost:8080/health/live || exit 1 + test: curl -f http://localhost:8080/healthz || exit 1 interval: 30s retries: 5 start_period: 20s