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