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