mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 13:29:53 +00:00
Use the built image on repository instead of the local one
This commit is contained in:
parent
017825e437
commit
e2688dc2b1
@ -16,7 +16,7 @@ services:
|
|||||||
args:
|
args:
|
||||||
OLLAMA_API_BASE_URL: '/ollama/api'
|
OLLAMA_API_BASE_URL: '/ollama/api'
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: ollama-webui:latest
|
image: ghcr.io/ollama-webui/ollama-webui:main
|
||||||
container_name: ollama-webui
|
container_name: ollama-webui
|
||||||
depends_on:
|
depends_on:
|
||||||
- ollama
|
- ollama
|
||||||
|
Loading…
Reference in New Issue
Block a user