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