mirror of
https://github.com/open-webui/docs.git
synced 2026-03-26 13:18:42 +07:00
0.8.6
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 🌙
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user