Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTeamX committed May 8, 2023
1 parent 3a5c7d3 commit c0a6390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![logo-blue](https://user-images.githubusercontent.com/51039935/197520391-f35db354-6071-4c12-86ea-fc450f04bc85.png)
# NAS媒体库管理工具
# NAS媒体库管理工具-免认证解锁版

[![GitHub stars](https://img.shields.io/github/stars/NAStool/nas-tools?style=plastic)](https://github.com/NAStool/nas-tools/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/NAStool/nas-tools?style=plastic)](https://github.com/NAStool/nas-tools/network/members)
Expand All @@ -9,9 +9,9 @@
[![Platform](https://img.shields.io/badge/platform-amd64/arm64-pink?style=plastic)](https://hub.docker.com/r/jxxghp/nas-tools)


Docker:https://hub.docker.com/repository/docker/jxxghp/nas-tools
Docker:https://hub.docker.com/repository/docker/challengerv/nas-tools

TG频道:https://t.me/nastool_official
TG频道:https://t.me/nastool_official (官方)

Wiki:https://t.me/NAStool_wiki

Expand All @@ -26,7 +26,7 @@ NAS媒体库管理工具。
## 安装
### 1、Docker
```
docker pull jxxghp/nas-tools:latest
docker pull challengerv/nas-tools:latest
```
教程见 [这里](docker/readme.md)

Expand Down
4 changes: 2 additions & 2 deletions docker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker run -d \
-e UMASK=000 `# 掩码权限,默认000,可以考虑设置为022` \
-e NASTOOL_AUTO_UPDATE=false `# 如需在启动容器时自动升级程程序请设置为true` \
-e NASTOOL_CN_UPDATE=false `# 如果开启了容器启动自动升级程序,并且网络不太友好时,可以设置为true,会使用国内源进行软件更新` \
jxxghp/nas-tools
challengerv/nas-tools
```

如果你访问github的网络不太好,可以考虑在创建容器时增加设置一个环境变量`-e REPO_URL="https://ghproxy.com/https://github.com/NAStool/nas-tools.git" \`
Expand All @@ -49,7 +49,7 @@ docker run -d \
version: "3"
services:
nas-tools:
image: jxxghp/nas-tools:latest
image: challengerv/nas-tools:latest
ports:
- 3000:3000 # 默认的webui控制端口
volumes:
Expand Down

0 comments on commit c0a6390

Please sign in to comment.