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:
Adam Outler 2025-04-24 02:47:51 +00:00
parent ed793840d3
commit e53195dff4

View File

@ -142,6 +142,8 @@ services:
- chromadb:/chroma # Persist database storage
environment:
IS_PERSISTENT: TRUE # Enable persistent storage
ALLOW_RESET: TRUE
CHROMA_SERVER_ENABLE_RESET: TRUE
networks:
- shared_net