mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
2 lines
No EOL
121 B
Bash
2 lines
No EOL
121 B
Bash
SERVER_PORT="${SERVER_PORT:-8080}"
|
|
uvicorn main:app --port $SERVER_PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload |