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