mirror of
https://github.com/open-webui/docs.git
synced 2026-03-27 13:28:37 +07:00
Update intro.mdx
Resolved the deadlink on the Watchtower github link
This commit is contained in:
@@ -148,7 +148,7 @@ Always use a separate data volume (e.g., `-v open-webui-dev:/app/backend/data`)
|
||||
To update Open WebUI container easily, follow these steps:
|
||||
|
||||
#### Manual Update
|
||||
Use [Watchtower](https://github.com/nickfedor/watchtower) to update your Docker container manually:
|
||||
Use [Watchtower](https://github.com/nicholas-fedor/watchtower) to update your Docker container manually:
|
||||
```bash
|
||||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nickfedor/watchtower --run-once open-webui
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user