docs: update 安装教程

This commit is contained in:
jxxghp
2023-05-15 09:22:17 +00:00
parent 6003556585
commit 147f8b4816

View File

@@ -2,7 +2,7 @@
title: 安装教程
description:
published: 1
date: 2023-05-13T06:59:28.112Z
date: 2023-05-15T09:22:05.263Z
tags:
editor: markdown
dateCreated: 2023-05-12T04:25:24.817Z
@@ -30,7 +30,7 @@ docker run -d \
-e UMASK=000 `# 掩码权限默认000可以考虑设置为022` \
-e NASTOOL_AUTO_UPDATE=false `# 如需在启动容器时自动升级程程序请设置为true` \
-e NASTOOL_CN_UPDATE=false `# 如果开启了容器启动自动升级程序并且网络不太友好时可以设置为true会使用国内源进行软件更新` \
jxxghp/nas-tools
nastool/nas-tools
```
<br>
@@ -42,7 +42,7 @@ docker run -d \
version: "3"
services:
nas-tools:
image: jxxghp/nas-tools:latest
image: nastool/nas-tools:latest
ports:
- 3000:3000 # 默认的webui控制端口
volumes: