From 17af91a52eaaa67948c4e1c55e1faef626d11e4d Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 12 May 2023 09:11:40 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/安装教程.md b/安装教程.md index 4732349..ac0a70c 100644 --- a/安装教程.md +++ b/安装教程.md @@ -2,7 +2,7 @@ title: 安装教程 description: published: 1 -date: 2023-05-12T09:10:39.892Z +date: 2023-05-12T09:11:32.597Z tags: editor: markdown dateCreated: 2023-05-12T04:25:24.817Z @@ -61,7 +61,7 @@ services: {.is-warning} -![volume.png](/images/volume.png){.align-left} +![volume.png](/images/volume.png) # 群晖 @@ -100,6 +100,7 @@ nohup python3 run.py & - 设置了`NASTOOL_AUTO_UPDATE=true`时,如果启动时的日志提醒你 "无法安装依赖,请更新镜像...",则需要删除旧容器,删除旧镜像,重新pull镜像,再重新创建容器。 - 如果你访问github的网络不太好,可以考虑在创建容器时增加设置一个环境变量。 + ```shell -e REPO_URL="https://ghproxy.com/https://github.com/NAStool/nas-tools.git" ```