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