Update docker-compose.yaml
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good
This commit is contained in:
@ -136,6 +136,8 @@ services:
|
||||
container_name: chromadb
|
||||
image: ${CHROMADB:-chromadb/chroma:latest}
|
||||
restart: always
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- chromadb:/chroma # Persist database storage
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user