Update intro.mdx

This commit is contained in:
Timothy Jaeryang Baek 2025-01-01 17:21:25 -08:00
parent 00cc893387
commit 0a9408e045

View File

@ -88,9 +88,7 @@ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtow
#### Automatic Updates #### Automatic Updates
Keep your container updated automatically every 5 minutes: Keep your container updated automatically every 5 minutes:
```bash ```bash
docker run -d --name watchtower --restart unless-stopped \ docker run -d --name watchtower --restart unless-stopped -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --interval 300 open-webui
-v /var/run/docker.sock:/var/run/docker.sock \
containrrr/watchtower --interval 300 open-webui
``` ```
🔧 **Note**: Replace `open-webui` with your container name if it's different. 🔧 **Note**: Replace `open-webui` with your container name if it's different.