Update docker-compose.yaml
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good

This commit is contained in:
2025-05-01 11:27:46 +00:00
parent 788459c27a
commit 8e3090482d

View File

@ -139,7 +139,7 @@ services:
ports:
- 8000:8000
volumes:
- chromadb:/chroma # Persist database storage
- chromadb:/data
environment:
IS_PERSISTENT: True # Enable persistent storage
ALLOW_RESET: TRUE