Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
Xennon-BD
/
open-webui
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
831bbaa
open-webui
/
backend
/
dev.sh
github-actions[bot]
GitHub deploy: 1e8abea753fb6cd58482cab5027d5bcbd0a2db2e
831bbaa
8 months ago
raw
Copy download link
history
blame
Safe
100 Bytes
PORT=
"
${PORT:-8080}
"
uvicorn main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload