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