diff --git a/deploy.sh b/deploy.sh index 0026c93..bcbb7bd 100755 --- a/deploy.sh +++ b/deploy.sh @@ -14,5 +14,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