feat: 🎸 修改planet目录为/tmp

This commit is contained in:
xubiaolin 2023-02-15 14:01:32 +08:00
parent 9f26abc6e6
commit 7e416e6935
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
- [4.4 MacOS 客户端配置](#44-macos-客户端配置)
- [参考链接](#参考链接)
- [5. 管理面板SSL配置](#5-管理面板ssl配置)
- [6:Q&A:](#6qa)
- [6:Q\&A:](#6qa)
- [1. Q为什么我ping不通目标机器](#1-q为什么我ping不通目标机器)
- [2. QIOS客户端怎么用](#2-qios客户端怎么用)
- [3. Q: 为什么看不到官方的Planet](#3-q-为什么看不到官方的planet)
@ -93,7 +93,7 @@ WARNING: Published ports are discarded when using host network mode
## 3.4 下载 `planet` 文件
脚本运行完成后,会在 `/opt/` 目录下有个 `planet` 文件
脚本运行完成后,会在 `/tmp/` 目录下有个 `planet` 文件
下载该文件以备用

View File

@ -49,7 +49,7 @@ function deploy() {
echo "启动服务"
for i in $(lsof -i:9993 -t); do kill -2 $i; done
docker run -d -p 9993:9993 -p 9993:9993/udp -p 3443:3443 --name $imageName --restart unless-stopped $imageName
docker cp zerotier-planet:/app/bin/planet /opt/planet
docker cp zerotier-planet:/app/bin/planet /tmp/planet
}
function menu() {