From a1a30083a0e6159df035d2a1115b0c34e657b684 Mon Sep 17 00:00:00 2001 From: Michelle Antunes <117948294+MichelleAntunes@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:58:34 +0200 Subject: [PATCH 1/2] Fix healthcheck pointing to wrong port (8080 instead of 10078) Signed-off-by: Michelle Antunes <117948294+MichelleAntunes@users.noreply.github.com> --- community-containers/local-ai/local-ai.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community-containers/local-ai/local-ai.json b/community-containers/local-ai/local-ai.json index e906b5a7..8178ebfb 100644 --- a/community-containers/local-ai/local-ai.json +++ b/community-containers/local-ai/local-ai.json @@ -14,7 +14,8 @@ "LOCALAI_ADDRESS=:10078", "LOCALAI_CONFIG_DIR=/configuration", "LOCALAI_MODEL_PATH=/models", - "LOCALAI_BACKEND_PATH=/backends" + "LOCALAI_BACKEND_PATH=/backends", + "HEALTHCHECK_ENDPOINT=http://localhost:10078/readyz" ], "ports": [ { From 370a0a26b725660bf62c390f07719b557f1d91ef Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 24 Aug 2026 10:00:42 +0200 Subject: [PATCH 2/2] Update community-containers/local-ai/local-ai.json Signed-off-by: Simon L. --- community-containers/local-ai/local-ai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-containers/local-ai/local-ai.json b/community-containers/local-ai/local-ai.json index 8178ebfb..b923f092 100644 --- a/community-containers/local-ai/local-ai.json +++ b/community-containers/local-ai/local-ai.json @@ -15,7 +15,7 @@ "LOCALAI_CONFIG_DIR=/configuration", "LOCALAI_MODEL_PATH=/models", "LOCALAI_BACKEND_PATH=/backends", - "HEALTHCHECK_ENDPOINT=http://localhost:10078/readyz" + "HEALTHCHECK_ENDPOINT=http://127.0.0.1:10078/readyz" ], "ports": [ {