forked from Github/frigate
Use 127.0.0.1 for chroma (#12135)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user