Skip to content

Commit

Permalink
Update intro.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jan 1, 2025
1 parent ba3906d commit 00cc893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

### 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:

Expand Down Expand Up @@ -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:

### Manual Update
#### Manual Update
Use [Watchtower](https://containrrr.dev/watchtower) to update your Docker container manually:
```bash
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:
```bash
docker run -d --name watchtower --restart unless-stopped \
Expand Down

0 comments on commit 00cc893

Please sign in to comment.