Timothy Jaeryang Baek 1 tuần trước cách đây
mục cha
commit
a57bb6a7d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      backend/start.sh

+ 1 - 1
backend/start.sh

@@ -80,7 +80,7 @@ else
 fi
 
 # 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" \
     --port "$PORT" \
     --forwarded-allow-ips '*' \