This commit is contained in:
Timothy Jaeryang Baek 2025-10-02 01:59:10 -05:00
parent 6ff392edc0
commit a57bb6a7d4

View file

@ -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 '*' \