Skip to content

Commit 67c1650

Browse files
committed
fix: fix some bug and ui && build v3.0.1-beta2
1 parent 6d78569 commit 67c1650

File tree

12 files changed

+173
-229
lines changed

12 files changed

+173
-229
lines changed

docs/DOCKER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ docker logs nodepassdash | grep -A 6 "系统初始化完成"
4949
默认情况下,使用ipv4:
5050
```bash
5151
# 1. 下载 Docker Compose 文件并重命名
52-
wget https://raw.githubusercontent.com/NodePassProject/NodePassDash/main/docker-compose.release.yml -O docker-compose.yml
52+
wget https://raw.githubusercontent.com/NodePassProject/NodePassDash/main/docker-compose.yml -O docker-compose.yml
5353

5454
# 2. 创建必要目录
5555
mkdir -p logs public && chmod 777 logs public
@@ -82,14 +82,14 @@ systemctl daemon-reload && systemctl restart docker
8282
# 1. 创建ipv6网络 (如果未创建)
8383
docker network create --ipv6 --subnet 2001:db8::/64 ipv6net
8484
# 2. 下载 Docker Compose v6版文件并重命名
85-
wget https://raw.githubusercontent.com/NodePassProject/NodePassDash/main/docker-compose.releasev6.yml -O docker-compose.yml
85+
wget https://raw.githubusercontent.com/NodePassProject/NodePassDash/main/docker-compose-v6.yml -O docker-compose.yml
8686
# 3. 启动服务
8787
docker compose up -d
8888
```
8989
方式二:使用docker-compose启动时自动创建ipv6网络
9090
```bash
9191
# 1. 下载 Docker Compose v6版文件并重命名
92-
wget https://raw.githubusercontent.com/NodePassProject/NodePassDash/main/docker-compose.releasev6-create.yml -O docker-compose.yml
92+
wget https://raw.githubusercontent.com/NodePassProject/NodePassDash/main/docker-compose-v6-create.yml -O docker-compose.yml
9393
# 2. 启动服务
9494
docker compose up -d
9595
```

0 commit comments

Comments
 (0)