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 3c2e1a4b5d
commit 35bde76a1b

View File

@ -13,4 +13,4 @@ echo "[INFO] Starting ChromaDB..."
# Replace the bash process with the Frigate process, redirecting stderr to stdout # Replace the bash process with the Frigate process, redirecting stderr to stdout
exec 2>&1 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