fix: update ChromaDB volume and persistence directory paths

This commit is contained in:
2026-01-09 16:53:19 +08:00
parent f7beeb1cff
commit 4cf1c47db2
+2 -2
View File
@@ -62,11 +62,11 @@ services:
hostname: chromadb
image: chromadb/chroma:latest
volumes:
- chromadb:/chroma/chroma
- chromadb:/data
environment:
- IS_PERSISTENT=TRUE
- ALLOW_RESET=TRUE
- PERSIST_DIRECTORY=/chroma/chroma
- PERSIST_DIRECTORY=/data
expose:
- 8000
networks: