This website requires JavaScript.
Explore
Help
Register
Sign In
highperfocused
/
open-webui
Watch
1
Star
0
Fork
0
You've already forked open-webui
mirror of
https://github.com/open-webui/open-webui.git
synced
2025-03-20 23:02:04 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
open-webui
/
backend
/
dev.sh
2 lines
100 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
refac: SERVER_PORT renamed to PORT
2024-01-12 19:38:30 -08:00
PORT
=
"
${
PORT
:-
8080
}
"
uvicorn main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload
Reference in New Issue
Copy Permalink