forked from open-webui/open-webui
Update README.md
This commit is contained in:
parent
c8a11dc75f
commit
4669099da6
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -113,7 +113,17 @@ We offer various installation alternatives, including non-Docker methods, Docker
|
||||||
|
|
||||||
### Keeping Your Docker Installation Up-to-Date
|
### Keeping Your Docker Installation Up-to-Date
|
||||||
|
|
||||||
Stay current by following our Migration Guide available in our [Open WebUI Documentation](https://docs.openwebui.com/getting-started/).
|
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 run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
|
||||||
|
```
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
Check our Migration Guide available in our [Open WebUI Documentation](https://docs.openwebui.com/getting-started/).
|
||||||
|
|
||||||
## What's Next? 🌟
|
## What's Next? 🌟
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue