mirror of
https://github.com/NAStool/nas-tools-wiki.git
synced 2026-02-02 18:19:36 +08:00
docs: update 安装教程
This commit is contained in:
6
安装教程.md
6
安装教程.md
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user