From 9040a14a028321b0de785e926148d30085247be1 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 17:34:34 +0100 Subject: [PATCH] fix port --- .docker-compose.http.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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