Update intro.mdx

Resolved the deadlink on the Watchtower github link
This commit is contained in:
Lewis
2026-02-17 22:01:58 +00:00
committed by GitHub
parent 7a12dd3745
commit 54ae51ce60

View File

@@ -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
```