From d2970ab7519f994d140c4f05c52fa47a08352bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=92=E5=AF=92?= <2596194220@qq.com> Date: Mon, 25 May 2026 00:01:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=AB=AF=E5=8F=A3=203000=E2=86=928011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/update.ts b/lib/update.ts index 790b097..86217ee 100644 --- a/lib/update.ts +++ b/lib/update.ts @@ -294,7 +294,7 @@ function checkDockerAvailable(): { ok: boolean; message: string } { "更新功能需要在 Docker 容器内运行,当前环境不支持。\n" + "如需测试,请使用 Docker 部署后访问容器内的页面:\n" + " docker compose -p recipe_tool up -d\n" + - "然后访问 http://localhost:3000/settings/update", + "然后访问 http://localhost:8011/settings/update", }; } }