bridge 1 year ago
parent
commit
268eb93912
1 changed files with 8 additions and 2 deletions
  1. 8 2
      init.md

+ 8 - 2
init.md

@@ -8,7 +8,12 @@
 }
 ```
 
-### 2. 安装PTR agent
+### 2. 内网穿透和VPN搭建
+```
+curl http://git.fast-fun.cn:92/ruili-station/readme/raw/master/init-per.sh -o init-per.sh && sudo chmod a+x init-per.sh && bash init-per.sh
+```
+
+### 3. 启动ptr agent
 ```
 docker run -d \
   -p 9001:9001 \
@@ -17,4 +22,5 @@ docker run -d \
   -v /var/run/docker.sock:/var/run/docker.sock \
   -v /var/lib/docker/volumes:/var/lib/docker/volumes \
   portainer/agent:2.19.1
-```
+```
+