mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-21 16:55:22 +00:00
refac: readme
This commit is contained in:
parent
dce52f33c0
commit
cad4c61a25
1 changed files with 0 additions and 8 deletions
|
|
@ -188,14 +188,6 @@ docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=
|
||||||
|
|
||||||
### Keeping Your Docker Installation Up-to-Date
|
### Keeping Your Docker Installation Up-to-Date
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
Check our Updating Guide available in our [Open WebUI Documentation](https://docs.openwebui.com/getting-started/updating).
|
Check our Updating Guide available in our [Open WebUI Documentation](https://docs.openwebui.com/getting-started/updating).
|
||||||
|
|
||||||
### Using the Dev Branch 🌙
|
### Using the Dev Branch 🌙
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue