root@ra-ubuntu24:~#
root@ra-ubuntu24:~# docker rm -f open-webui
open-webui
root@ra-ubuntu24:~# docker pull ghcr.io/open-webui/open-webui:main
main: Pulling from open-webui/open-webui
d107e437f729: Pull complete
659036234d55: Pull complete
1ce95d9ae66c: Pull complete
ce4392d98604: Pull complete
a647374e6be3: Pull complete
4f4fb700ef54: Pull complete
227ace10ab92: Pull complete
b32275e9f783: Pull complete
d5c111aa61fa: Pull complete
98da8baee187: Pull complete
b4d7253a2d3a: Pull complete
a6100cd012c4: Pull complete
173c9f0cc650: Pull complete
afc14519b291: Pull complete
1983f497571d: Pull complete
Digest: sha256:05aaa81eb4094038a16f0ae056342e3515d1912a30e41b828bfd3731fbe36a6c
Status: Downloaded newer image for ghcr.io/open-webui/open-webui:main
ghcr.io/open-webui/open-webui:main
root@ra-ubuntu24:~#
root@ra-ubuntu24:~# docker run -d -p 3000:8080 –env OLLAMA_BASE_URL=http://192.168.1.171:11434 -v open-webui:/app/backend/data –name open-webui –restart always ghcr.io/open-webui/open-webui:main
1325ffde1cc48f8c98ead20e29996d2aae63f780e1643d872bf1db0f61623378
root@ra-ubuntu24:~#
root@ra-ubuntu24:~# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1325ffde1cc4 ghcr.io/open-webui/open-webui:main „bash start.sh“ 6 seconds ago Up 6 seconds (health: starting) 0.0.0.0:3000->8080/tcp, [::]:3000->8080/tcp open-webui
root@ra-ubuntu24:~#

This entry was posted on Dienstag, September 23rd, 2025 at 11:01 and is filed under Administration, AI. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.