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