localAI: Fix healthcheck pointing to wrong port (8080 instead of 10078) (#8563)

This commit is contained in:
Simon L.
2026-08-25 13:34:11 +02:00
committed by GitHub
+2 -1
View File
@@ -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://127.0.0.1:10078/readyz"
],
"ports": [
{