Use 127.0.0.1 for chroma (#12135)

This commit is contained in:
Daniel 2024-06-24 08:18:44 -04:00 committed by Nicolas Mowen
parent 9d7e499adb
commit d93d6262ce

View File

@ -13,4 +13,4 @@ echo "[INFO] Starting ChromaDB..."
# Replace the bash process with the Frigate process, redirecting stderr to stdout
exec 2>&1
exec /usr/local/chroma run --path /config/chroma --host 0.0.0.0
exec /usr/local/chroma run --path /config/chroma --host 127.0.0.1