vault backup: 2024-12-11 02:48:37

Affected files:
docs/Command Snippets/Docker Run.md
This commit is contained in:
Keannu Bernasol 2024-12-11 02:48:37 +08:00
parent 1777e28f78
commit 8bc50b6e65

View file

@ -180,5 +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 --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:main
```