diff --git a/docker-compose.yaml b/docker-compose.yaml index 60be216..5e147b8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -52,7 +52,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 TEMPERATURE_TOPIC: "temperature-fahrenheit" healthcheck: - test: curl --fail http://localhost:8080/ping + test: curl --fail http://localhost:8080/v1/ping start_period: 10s timeout: 5s interval: 60s