diff --git a/README.md b/README.md index 20634de..56f3363 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,6 @@ services: goma-gateway: image: jkaninda/goma-gateway command: server - healthcheck: - test: curl -f http://localhost/heath/live || exit 1 - interval: 30s - retries: 5 - start_period: 20s - timeout: 10s ports: - "8080:8080" volumes: diff --git a/docs/quickstart.md b/docs/quickstart.md index 2be99c1..b227d1a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -38,12 +38,6 @@ services: goma-gateway: image: jkaninda/goma-gateway command: server - healthcheck: - test: curl -f http://localhost/health/live || exit 1 - interval: 30s - retries: 5 - start_period: 20s - timeout: 10s ports: - "8080:8080" - "8443:8443"