mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-18 17:27:24 +00:00
localAI: Fix healthcheck pointing to wrong port (8080 instead of 10078) (#8563)
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user