diff --git a/deploy/compose.yaml b/deploy/compose.yaml index 5ff56ff..692e53e 100644 --- a/deploy/compose.yaml +++ b/deploy/compose.yaml @@ -91,6 +91,7 @@ services: chromadb: image: ghcr.io/chroma-core/chroma:latest + command: uvicorn chromadb.app:app --workers 1 --host 0.0.0.0 --port 8001 --log-config log_config.yml ports: - 8001:8001 # host:container volumes: