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