mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
6ff392edc0
commit
a57bb6a7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run uvicorn
|
# Run uvicorn
|
||||||
exec "$PYTHON_CMD" -m uvicorn open_webui.main:app \
|
WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" exec "$PYTHON_CMD" -m uvicorn open_webui.main:app \
|
||||||
--host "$HOST" \
|
--host "$HOST" \
|
||||||
--port "$PORT" \
|
--port "$PORT" \
|
||||||
--forwarded-allow-ips '*' \
|
--forwarded-allow-ips '*' \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue