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