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