mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
5 lines
238 B
Bash
5 lines
238 B
Bash
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 image prune -f |