docs: update 安装教程

This commit is contained in:
Administrator
2023-05-12 09:11:40 +00:00
committed by jxxghp
parent ac29f90a3e
commit 17af91a52e

View File

@@ -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"
```