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