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