Update docker-compose.yaml
Some checks failed
Updates/open-webui-ollama-docker-deploy/pipeline/head There was a failure building this commit

This commit is contained in:
Adam Outler 2025-03-11 22:56:52 +00:00
parent d99c801b66
commit 9e99e98044

View File

@ -93,6 +93,8 @@ services:
container_name: chromadb
image: ${CHROMADB:-chromadb/chroma:latest}
restart: always
ports:
- 8000:8000
volumes:
- chromadb:/chroma # Persist database storage
environment: