Fixed chroma persistence directory

This commit is contained in:
2025-05-23 11:15:44 +01:00
parent dbb07c8a56
commit a04303956d

View File

@@ -120,7 +120,7 @@ services:
image: docker.io/chromadb/chroma:0.5.4
container_name: chroma
volumes:
- chroma:/chroma/chroma
- chroma:/data
healthcheck:
test: [ "CMD", "/bin/bash", "-c", "cat < /dev/null > /dev/tcp/localhost/8000" ]
interval: 30s