github-actions[bot]
GitHub deploy: ae44445464dba4f15b2a79eb0d155fe722365004
014a66e
raw
history blame
111 Bytes
PORT="${PORT:-8080}"
uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload