From 3cb0a384eec18b1d0e1789a299af0829f866e831 Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Wed, 21 Feb 2024 19:42:46 -0500 Subject: [PATCH] Update `### Updating` instructions Much easier method. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ef18a0ac..d5c46496 100644 --- a/README.md +++ b/README.md @@ -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