Compare commits
6 commits
89842febf9
...
ce9c2afced
Author | SHA1 | Date | |
---|---|---|---|
ce9c2afced | |||
33d222588a | |||
86a95198ae | |||
f57fe6f8a0 | |||
3f422eeaa2 | |||
240ba469c9 |
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
ollama:
|
||||
image: docker.mafyuh.xyz/ollama/ollama:0.1.47
|
||||
image: docker.mafyuh.xyz/ollama/ollama:0.1.48
|
||||
container_name: ollama
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
@ -18,7 +18,7 @@ services:
|
|||
capabilities: [gpu]
|
||||
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:v0.3.6
|
||||
image: ghcr.io/open-webui/open-webui:0.3.7
|
||||
container_name: open-webui
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
Reference in a new issue