@@ -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
-```