vault backup: 2024-12-27 01:35:02

Affected files:
docs/Command Snippets/Docker Run.md
This commit is contained in:
Keannu Bernasol 2024-12-27 01:35:02 +08:00
parent 8bc50b6e65
commit c7f1810e99

View file

@ -180,7 +180,7 @@ docker run \
```
- [Open WebUI](https://github.com/open-webui/open-webui)
```bash
docker run -d -p 9001:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data -e WEBUI_URL="https://openwebui.06222001.xyz" --name open-webui --restart always ghcr.io/open-webui/open-webui:main
docker run -d -p 9001:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data -e WEBUI_URL="https://openwebui.06222001.xyz" --name open-webui --restart always ghcr.io/open-webui/open-webui:v0.4.8
```