"vscode:/vscode.git/clone" did not exist on "f91f97b60707f0d17aa16578c1719bea6b601062"
Unverified Commit 3cb0a384 authored by Justin Hayes's avatar Justin Hayes Committed by GitHub
Browse files

Update `### Updating` instructions

Much easier method.
parent d51aec9f
......@@ -212,15 +212,13 @@ For other ways to install, like using Kustomize or Helm, check out [INSTALLATION
### Updating your Docker Installation
In case you want to update your local Docker installation to the latest version, you can do it performing the following actions:
In case you want to update your local Docker installation to the latest version, you can do it with [Watchtower](https://containrrr.dev/watchtower/):
```bash
docker rm -f open-webui
docker pull ghcr.io/open-webui/open-webui:main
[insert command you used to install]
docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
```
In the last line, you need to use the very same command you used to install (local install, remote server, etc.)
In the last part of the command, replace `open-webui` with your container name if it is different.
### Moving from Ollama WebUI to Open WebUI
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment