feat: 🎸 fix merge

This commit is contained in:
root
2022-05-14 22:48:34 +08:00
13 changed files with 128 additions and 54 deletions

View File

@@ -45,5 +45,5 @@ docker build --network host -t $imageName .
echo "启动服务"
for i in $(lsof -i:9993 -t);do kill -2 $i;done
docker run -d --network host --name $imageName -p 3443:3443 -p 9993:9993 -p 9993:9993/udp --restart unless-stopped $imageName
docker run -d --network host --name $imageName --restart unless-stopped $imageName
docker cp zerotier-planet:/app/bin/planet /opt/planet