[mod] ollama restart
This commit is contained in:
parent
241c6b4d04
commit
9d9a9ff41d
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ services:
|
|||
ports:
|
||||
- 11434:11434
|
||||
container_name: ollama
|
||||
restart: unless-stopped
|
||||
image: ollama/ollama:rocm
|
||||
open-webui:
|
||||
depends_on:
|
||||
|
|
@ -22,6 +23,7 @@ services:
|
|||
volumes:
|
||||
- open-webui:/app/backend/data
|
||||
container_name: open-webui
|
||||
restart: unless-stopped
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
environment:
|
||||
- WEBUI_CONCURRENCY=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue