remove network host

This commit is contained in:
Xi Yan 2024-11-08 14:55:04 -08:00
parent 8cd7e406c0
commit 4f367cbf6b
5 changed files with 65 additions and 6 deletions

View file

@ -3,9 +3,8 @@ services:
image: chromadb/chroma:latest
container_name: chromadb
ports:
- "6000:6000"
- "8000:8000"
volumes:
- ./chroma_vdb:/chroma/chroma
environment:
- IS_PERSISTENT=TRUE
network_mode: "host"