mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2026-01-12 21:06:59 +08:00
当使用 network host 时,无需端口映射
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user