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-28 22:52:31 +00:00
parent d286a475e3
commit 4a1694fc28

View File

@ -13,7 +13,7 @@ services:
ports:
- 11434:11434
restart: always
container_name: ollamasmall
container_name: ollama1
environment:
OLLAMA_KEEP_ALIVE: -1
networks:
@ -31,7 +31,7 @@ services:
volumes:
- ollama:/root/.ollama
restart: always
container_name: ollamalarge
container_name: ollama2
environment:
OLLAMA_KEEP_ALIVE: -1
networks: