mirror of
https://github.com/Cian-H/openwebui_engineering_assistant.git
synced 2025-12-22 12:41:57 +00:00
Fixed chroma persistence directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user