mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Update intro.mdx
This commit is contained in:
parent
00cc893387
commit
0a9408e045
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user