Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
tang-x
/
iubewnepo
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
94e6489
iubewnepo
/
backend
/
dev.sh
github-actions[bot]
GitHub deploy: 8b5cf049f28f4447ad2e8ac36aa59d2c4edd406f
94e6489
8 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