Update AI_Containers/ollama+open-webui/compose.yaml
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
ollama:
|
ollama:
|
||||||
image: ollama/ollama
|
image: ollama/ollama
|
||||||
|
container_name: ollama
|
||||||
ports:
|
ports:
|
||||||
- "11434:11434"
|
- "11434:11434"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -8,6 +9,7 @@ services:
|
|||||||
|
|
||||||
webui:
|
webui:
|
||||||
image: ghcr.io/open-webui/open-webui:main
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
|
container_name: open-webui
|
||||||
ports:
|
ports:
|
||||||
- "3855:8080"
|
- "3855:8080"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user