Windows 11 does not automatically update Open WebUI from Docker #1116

Closed
opened 2025-11-11 14:37:52 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Morphus01 on GitHub (Jun 3, 2024).

imagen

Bug Report

I had problems that the local host with WSL in Linux, did not connect to the ollama url in Windows, so I installed with docker with NVIDIA support, but I have tried to pull the last docker in the cmd:
" docker pull ghcr.io/open-webui/open-webui:latest
latest: Pulling from open-webui/open-webui"

But after a refresh of OpenWebUI stills in 0.125

Originally created by @Morphus01 on GitHub (Jun 3, 2024). ![imagen](https://github.com/open-webui/open-webui/assets/50699709/96e11a2b-f316-414b-97d5-63316f4b8f1f) # Bug Report I had problems that the local host with WSL in Linux, did not connect to the ollama url in Windows, so I installed with docker with NVIDIA support, but I have tried to pull the last docker in the cmd: " docker pull ghcr.io/open-webui/open-webui:latest latest: Pulling from open-webui/open-webui" But after a refresh of OpenWebUI stills in 0.125
Author
Owner

@justinh-rahb commented on GitHub (Jun 3, 2024):

Just pulling the new image doesn't make Docker use it, you must remove your previous container and recreate it.

docker rm -f open-webui
<your docker run command again>
@justinh-rahb commented on GitHub (Jun 3, 2024): Just pulling the new image doesn't make Docker use it, you must remove your previous container and recreate it. ```bash docker rm -f open-webui <your docker run command again> ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1116