mirror of
https://github.com/lemeow125/Notes.git
synced 2025-01-18 18:33:02 +08:00
vault backup: 2024-12-11 02:48:37
Affected files: docs/Command Snippets/Docker Run.md
This commit is contained in:
parent
1777e28f78
commit
8bc50b6e65
1 changed files with 4 additions and 2 deletions
|
@ -180,5 +180,7 @@ docker run \
|
||||||
```
|
```
|
||||||
- [Open WebUI](https://github.com/open-webui/open-webui)
|
- [Open WebUI](https://github.com/open-webui/open-webui)
|
||||||
```bash
|
```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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue