Compare commits

...

5 commits

Author SHA1 Message Date
1777e28f78 Update Dockerfile 2024-12-10 22:58:29 +08:00
67f2876354 Update Dockerfile 2024-12-10 22:38:47 +08:00
2badacf607 Update Dockerfile 2024-12-10 22:36:29 +08:00
34d3ca5829 Optimize Dockerfile 2024-12-10 22:31:29 +08:00
0a1a6c5976 vault backup: 2024-12-10 22:28:59
Affected files:
docs/Command Snippets/Docker Run.md
2024-12-10 22:28:59 +08:00

View file

@ -181,4 +181,4 @@ 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
```
```