mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +00:00
Update intro.mdx
This commit is contained in:
parent
ba3906dd10
commit
00cc893387
@ -41,7 +41,7 @@ docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-
|
|||||||
docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda
|
docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installing Open WebUI with Bundled Ollama Support
|
### Open WebUI Bundled with Ollama
|
||||||
|
|
||||||
This installation method uses a single container image that bundles Open WebUI with Ollama, allowing for a streamlined setup via a single command. Choose the appropriate command based on your hardware setup:
|
This installation method uses a single container image that bundles Open WebUI with Ollama, allowing for a streamlined setup via a single command. Choose the appropriate command based on your hardware setup:
|
||||||
|
|
||||||
@ -79,13 +79,13 @@ docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui --r
|
|||||||
|
|
||||||
To update Open WebUI container easily, follow these steps:
|
To update Open WebUI container easily, follow these steps:
|
||||||
|
|
||||||
### Manual Update
|
#### Manual Update
|
||||||
Use [Watchtower](https://containrrr.dev/watchtower) to update your Docker container manually:
|
Use [Watchtower](https://containrrr.dev/watchtower) to update your Docker container manually:
|
||||||
```bash
|
```bash
|
||||||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
|
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
|
||||||
```
|
```
|
||||||
|
|
||||||
### 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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user