Use 127.0.0.1 for chroma

This commit is contained in:
Daniel 2024-06-24 05:26:19 -04:00 committed by GitHub
parent 334b82163e
commit ba622a79ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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