github-actions[bot]
GitHub deploy: 1eec9e2b59417a7a75b226a9f26327d822fc9061
20ce64e
raw
history blame contribute delete
No virus
111 Bytes
PORT="${PORT:-8080}"
uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload