From 86361ffbf6160e4f5383ac8d0dba4f20f7eac51c Mon Sep 17 00:00:00 2001 From: xzx3344521 Date: Tue, 21 Oct 2025 00:57:47 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=B5=8B=E9=80=9F=E8=BD=AF=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 测速软件 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/测速软件 b/测速软件 index 99b0e20..b1c2e24 100644 --- a/测速软件 +++ b/测速软件 @@ -18,7 +18,7 @@ docker stop $CONTAINER_NAME 2>/dev/null || true docker rm $CONTAINER_NAME 2>/dev/null || true # 交互式配置 -read -p "请输入 HTTP 端口 (默认: 80): " custom_port +read -p "请输入 HTTP 端口 (默认: 801): " custom_port if [ -n "$custom_port" ]; then HTTP_PORT=$custom_port fi