Update ### Updating instructions

Much easier method.
This commit is contained in:
Justin Hayes 2024-02-21 19:42:46 -05:00 committed by GitHub
parent d51aec9fec
commit 3cb0a384ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -212,15 +212,13 @@ For other ways to install, like using Kustomize or Helm, check out [INSTALLATION
### Updating your Docker 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 ```bash
docker rm -f open-webui docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
docker pull ghcr.io/open-webui/open-webui:main
[insert command you used to install]
``` ```
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 ### Moving from Ollama WebUI to Open WebUI