From 1d6acfb43ea3c799eebd8452525ea61be50ef623 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 Feb 2026 16:34:32 +0000 Subject: [PATCH] fix: healthcheck endpoint port fixed --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e8eeaa6..021052e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: - /tmp - /app/.next/cache healthcheck: - test: ["CMD", "wget", "-qO-", "http://localhost:80/"] + test: ["CMD", "wget", "-qO-", "http://localhost:3000/"] interval: 30s timeout: 10s retries: 3