2 lines
111 B
Bash
Raw Permalink Normal View History

2024-01-12 19:38:30 -08:00
PORT="${PORT:-8080}"
uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload