diff --git a/docker/main/rootfs/etc/s6-overlay/s6-rc.d/chroma/run b/docker/main/rootfs/etc/s6-overlay/s6-rc.d/chroma/run index bf28a56b4..45b44779b 100644 --- a/docker/main/rootfs/etc/s6-overlay/s6-rc.d/chroma/run +++ b/docker/main/rootfs/etc/s6-overlay/s6-rc.d/chroma/run @@ -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