diff --git a/.docker-compose.http.yml b/.docker-compose.http.yml index a791c2f..f92ca3a 100644 --- a/.docker-compose.http.yml +++ b/.docker-compose.http.yml @@ -51,7 +51,7 @@ services: db-ja: condition: service_healthy healthcheck: - test: [ "CMD", "curl", "-s", "-f", "-i", "http://localhost:80/health/check" ] + test: [ "CMD", "curl", "-s", "-f", "-i", "http://localhost:8080/health/check" ] interval: 20s timeout: 10s start_period: 30s