mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
feat: enable buildtime API_ENDPOINT env var
This commit is contained in:
committed by
AJ ONeal
parent
f4f1283cd5
commit
86395a8c1f
2
run.sh
2
run.sh
@@ -1,5 +1,5 @@
|
||||
docker stop ollama-webui || true
|
||||
docker rm ollama-webui || true
|
||||
docker build -t ollama-webui .
|
||||
docker run -d -p 3000:3000 --add-host=host.docker.internal:host-gateway --name ollama-webui --restart always ollama-webui
|
||||
docker run -d -p 3000:8080 --name ollama-webui --restart always ollama-webui
|
||||
docker image prune -f
|
||||
Reference in New Issue
Block a user