From 404080e3681516a37db1c293aa1d54ee3f59dd64 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 12 May 2023 09:07:53 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20=E5=AE=89=E8=A3=85=E6=95=99?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 安装教程.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/安装教程.md b/安装教程.md index 95db529..eff6db5 100644 --- a/安装教程.md +++ b/安装教程.md @@ -2,7 +2,7 @@ title: 安装教程 description: published: 1 -date: 2023-05-12T09:04:13.431Z +date: 2023-05-12T09:07:44.827Z tags: editor: markdown dateCreated: 2023-05-12T04:25:24.817Z @@ -57,6 +57,9 @@ services: container_name: nas-tools ``` +> 注意:同一存储空间的目录应直接映射根目录到容器中,不同映射目录在系统层会被认为是跨盘,从而无法进行硬链接。 +{.is-warning} + # 群晖 添加矿神群晖SPK套件源直接安装: @@ -65,7 +68,6 @@ https://spk.imnks.com/ https://spk7.imnks.com/ > 注意:如需开启浏览器仿真相关功能,需要同步安装WebStation,同时没有Redis缓存功能。 -{.is-warning} # 可执行文件 下载打包好的执行文件运行即可,会自动生成配置文件目录: @@ -73,7 +75,6 @@ https://spk7.imnks.com/ https://github.com/NAStool/nas-tools/releases > 注意:需要安装浏览器才能开启浏览器仿真相关功能,同时没有Redis缓存功能。 -{.is-warning} # 源码运行 python3.10版本,需要预安装cython,如发现缺少依赖包需额外安装: @@ -85,7 +86,6 @@ export NASTOOL_CONFIG="/xxx/config/config.yaml" nohup python3 run.py & ``` > 注意:需要安装浏览器才能开启浏览器仿真相关功能,同时没有Redis缓存功能。 -{.is-warning} # 版本更新 **Docker自动更新**