Skip to content

Commit

Permalink
Merge pull request #1 from justinh-rahb/patch-1
Browse files Browse the repository at this point in the history
Update Getting Started index.md
  • Loading branch information
tjbck authored Feb 22, 2024
2 parents 8ac7726 + ad97629 commit 1e6fc27
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,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.
## How to Install Without Docker
Expand Down

0 comments on commit 1e6fc27

Please sign in to comment.