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