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