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
d286a475e3
commit
4a1694fc28
@ -13,7 +13,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
restart: always
|
restart: always
|
||||||
container_name: ollamasmall
|
container_name: ollama1
|
||||||
environment:
|
environment:
|
||||||
OLLAMA_KEEP_ALIVE: -1
|
OLLAMA_KEEP_ALIVE: -1
|
||||||
networks:
|
networks:
|
||||||
@ -31,7 +31,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ollama:/root/.ollama
|
- ollama:/root/.ollama
|
||||||
restart: always
|
restart: always
|
||||||
container_name: ollamalarge
|
container_name: ollama2
|
||||||
environment:
|
environment:
|
||||||
OLLAMA_KEEP_ALIVE: -1
|
OLLAMA_KEEP_ALIVE: -1
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user