Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
houin
/
open-webui
like
1
Build error
App
Files
Files
Fetching metadata from the HF Docker repository...
25a162d
open-webui
/
backend
/
dev.sh
github-actions[bot]
GitHub deploy: a92fefb3c2e08604bb6d3c9e682fb20cf60abea6
25a162d
11 days ago
raw
Copy download link
history
blame
Safe
111 Bytes
PORT=
"
${PORT:-8080}
"
uvicorn open_webui.main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload