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-03-19 02:51:34 +00:00
parent fdcbacb29a
commit 84935568e9

View File

@ -18,7 +18,7 @@ services:
OLLAMA_KEEP_ALIVE: -1
networks:
- shared_net
command: serve llava:7b granite3-dense:2b --keepalive=-1
command: serve llava:7b granite3-dense:2b
ollamalarge:
image: ${OLLAMA:-ollama/ollama:latest}