github-actions[bot]
GitHub deploy: b1a5c106ce7c38bc452f93e700dc678ebeab97de
a0b7988
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