mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #17999] feat: How to update Docker? #33989
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JitaekJo on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17999
Check Existing Issues
Problem Description
Hi
When I run the command, result returns as below
PS C:\Users\Administrator> docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
time="2025-10-02T08:27:43Z" level=info msg="Watchtower 1.7.1"
time="2025-10-02T08:27:43Z" level=info msg="Using no notifications"
time="2025-10-02T08:27:43Z" level=info msg="Only checking containers which name matches "open-webui""
time="2025-10-02T08:27:43Z" level=info msg="Running a one time update."
time="2025-10-02T08:27:44Z" level=warning msg="Could not do a head request for "ghcr.io/open-webui/open-webui:main", falling back to regular pull." container=/open-webui image="ghcr.io/open-webui/open-webui:main"
time="2025-10-02T08:27:44Z" level=warning msg="Reason: Get "https://ghcr.io/v2/": x509: certificate signed by unknown authority" container=/open-webui image="ghcr.io/open-webui/open-webui:main"
Desired Solution you'd like
Update
Alternatives Considered
No response
Additional Context
No response
@adjiap commented on GitHub (Oct 2, 2025):
This isn't an OpenWebUI issue, but more of a Docker configuration issue. I'm going to give you a hint, and you should be able to figure it out ;) Here's a first step for a hint. https://stackoverflow.com/questions/50768317/docker-pull-certificate-signed-by-unknown-authority
FYI, it could very well be, you need to update your certificates or just restart your Docker Desktop in Windows.