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