mirror of
https://github.com/NAStool/nas-tools-wiki.git
synced 2026-04-29 13:03:51 +08:00
docs: update 安装教程
This commit is contained in:
8
安装教程.md
8
安装教程.md
@@ -2,7 +2,7 @@
|
||||
title: 安装教程
|
||||
description:
|
||||
published: 1
|
||||
date: 2023-05-12T14:52:49.104Z
|
||||
date: 2023-05-12T15:49:29.575Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2023-05-12T04:25:24.817Z
|
||||
@@ -112,11 +112,11 @@ nohup python3 run.py &
|
||||
## <font color=#1786D0>Docker自动更新</font>
|
||||
- 正常情况下,如果设置了`NASTOOL_AUTO_UPDATE=true`,重启容器即可自动更新NAStool程序。
|
||||
|
||||
- 设置了`NASTOOL_AUTO_UPDATE=true`时,如果启动时的日志提醒你 "更新失败,继续使用旧的程序来启动...",请再重启一次,如果一直都报此错误,请改善你的网络。
|
||||
- 设置了`NASTOOL_AUTO_UPDATE=true`时,如果启动时的日志提醒你 "更新失败,继续使用旧的程序来启动",请再重启一次,如果一直都报此错误,请改善你的网络。
|
||||
|
||||
- 设置了`NASTOOL_AUTO_UPDATE=true`时,如果启动时的日志提醒你 "无法安装依赖,请更新镜像...",则需要删除旧容器,删除旧镜像,重新pull镜像,再重新创建容器。
|
||||
- 设置了`NASTOOL_AUTO_UPDATE=true`时,如果启动时的日志提醒你 "无法安装依赖,请更新镜像",则需要重新pull镜像,重建或重置容器。
|
||||
|
||||
- 如果你访问github的网络不太好,可以考虑在创建容器时增加设置一个环境变量。
|
||||
- 如果你访问github的网络不太好,可以考虑在创建容器时增加设置一个环境变量:
|
||||
|
||||
```shell
|
||||
-e REPO_URL="https://ghproxy.com/https://github.com/NAStool/nas-tools.git"
|
||||
|
||||
Reference in New Issue
Block a user