Update AI_Containers/ollama+open-webui/compose.yaml
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
services:
|
||||
ollama:
|
||||
image: ollama/ollama
|
||||
ports:
|
||||
- "11434:11434"
|
||||
volumes:
|
||||
- /srv/docker/ollama:/root/ollama
|
||||
|
||||
webui:
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
ports:
|
||||
- "3855:8080"
|
||||
environment:
|
||||
- OLLAMA_BASE_URL=http://ollama:11434
|
||||
depends_on:
|
||||
- ollama
|
||||
volumes:
|
||||
- /srv/docker/ollama/webui:/app/data
|
||||
Reference in New Issue
Block a user