Compare commits
No commits in common. "ce9c2afcedf960182d4ae473a5a443f548586e64" and "89842febf98c6890ea32de29157183d02f95170c" have entirely different histories.
ce9c2afced
...
89842febf9
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.48
|
||||
image: docker.mafyuh.xyz/ollama/ollama:0.1.47
|
||||
container_name: ollama
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
@ -18,7 +18,7 @@ services:
|
|||
capabilities: [gpu]
|
||||
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:0.3.7
|
||||
image: ghcr.io/open-webui/open-webui:v0.3.6
|
||||
container_name: open-webui
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
Reference in a new issue