This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
```bash
$ docker create --name open-webui -p 3000:8080 \
-v /data/openwebui_home/data:/app/backend/data \
-e OLLAMA_BASE_URL=http://192.168.3.231:11434 \
-e HF_ENDPOINT=https://hf-mirror.com \
--restart always ghcr.goops.top/open-webui/open-webui:main
```
页面刷新慢:因为开着openai的接口,需要在配置里禁掉。
![[OpenWebUI.canvas|OpenWebUI]]