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 03:10:27 +00:00
parent 2c5c111cea
commit d286a475e3

View File

@ -142,9 +142,7 @@ services:
- chromadb:/chroma # Persist database storage - chromadb:/chroma # Persist database storage
environment: environment:
IS_PERSISTENT: True # Enable persistent storage IS_PERSISTENT: True # Enable persistent storage
ALLOW_RESET: True ALLOW_RESET: TRUE
allow_reset: true
CHROMA_SERVER_ENABLE_RESET: True
networks: networks:
- shared_net - shared_net