mirror of
https://github.com/open-webui/open-webui
synced 2025-05-16 03:26:30 +00:00
Update start.sh
This commit is contained in:
parent
4c9a791b06
commit
2c1d0e3857
@ -65,4 +65,4 @@ if [ -n "$SPACE_ID" ]; then
|
|||||||
export WEBUI_URL=${SPACE_HOST}
|
export WEBUI_URL=${SPACE_HOST}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" exec uvicorn open_webui.main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*'
|
WEBUI_SECRET_KEY="$WEBUI_SECRET_KEY" exec uvicorn open_webui.main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*' --workers "${UVICORN_WORKERS:-1}"
|
||||||
|
Loading…
Reference in New Issue
Block a user