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:
parent
e53195dff4
commit
8a7dd64647
@ -141,9 +141,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- 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
|
||||||
CHROMA_SERVER_ENABLE_RESET: TRUE
|
CHROMA_SERVER_ENABLE_RESET: True
|
||||||
networks:
|
networks:
|
||||||
- shared_net
|
- shared_net
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user