mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-07 00:06:57 +01:00
Use 127.0.0.1 for chroma (#12135)
This commit is contained in:
parent
9d7e499adb
commit
d93d6262ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user