open-webui / backend /dev.sh
github-actions[bot]
GitHub deploy: c13bcfdfc9fcb9b72e516cb72c89f234511c89df
e435cff
Raw
History Blame Contribute Delete
111 Bytes
PORT="${PORT:-8080}"
uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload