Skip to content

Commit

Permalink
adding command to chroma image
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Sep 10, 2023
1 parent 79a5cf8 commit 8cfb883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8cfb883

Please sign in to comment.