Update docker-compose.yaml
Some checks reported errors
Updates/open-webui-ollama-docker-deploy/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Adam Outler 2025-03-19 02:41:30 +00:00
parent 6fbd821c6e
commit de915d5e43

View File

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