This commit is contained in:
DrMelone
2026-02-25 22:25:34 +01:00
parent ccfb129ac6
commit a87cca9834
4 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ docker pull ghcr.io/open-webui/open-webui:main-slim
You can also pull a specific Open WebUI release version directly by using a versioned image tag. This is recommended for production environments to ensure stable and reproducible deployments.
```bash
docker pull ghcr.io/open-webui/open-webui:v0.8.5
docker pull ghcr.io/open-webui/open-webui:v0.8.6
```
## Step 2: Run the Container

View File

@@ -76,9 +76,9 @@ Without a persistent `WEBUI_SECRET_KEY`, a new key is generated each time the co
By default the `:main` tag always points to the latest build. For production, pin a specific release:
```
ghcr.io/open-webui/open-webui:v0.8.5
ghcr.io/open-webui/open-webui:v0.8.5-cuda
ghcr.io/open-webui/open-webui:v0.8.5-ollama
ghcr.io/open-webui/open-webui:v0.8.6
ghcr.io/open-webui/open-webui:v0.8.6-cuda
ghcr.io/open-webui/open-webui:v0.8.6-ollama
```
### Rolling Back

View File

@@ -108,9 +108,9 @@ openwebui/open-webui:<RELEASE_VERSION>-<TYPE>
Examples (pinned versions for illustration purposes only):
```
ghcr.io/open-webui/open-webui:v0.8.5
ghcr.io/open-webui/open-webui:v0.8.5-ollama
ghcr.io/open-webui/open-webui:v0.8.5-cuda
ghcr.io/open-webui/open-webui:v0.8.6
ghcr.io/open-webui/open-webui:v0.8.6-ollama
ghcr.io/open-webui/open-webui:v0.8.6-cuda
```
### Using the Dev Branch 🌙

View File

@@ -10,7 +10,7 @@ This tutorial is a community contribution and is not supported by the Open WebUI
:::
> [!WARNING]
> This documentation was created/updated based on version 0.8.5 and updated for recent migrations.
> This documentation was created/updated based on version 0.8.6 and updated for recent migrations.
## Open-WebUI Internal SQLite Database