Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
HashLinux
/
open-webui
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
48ae63b
open-webui
/
backend
/
dev.sh
github-actions[bot]
GitHub deploy: 7bc88eb00d03728537d6153dfc14a3c23e6b7587
48ae63b
11 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