new
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
quackerd 2021-04-22 05:19:13 -04:00
parent 47a8366c94
commit 35bb0209cc

View File

@ -16,8 +16,8 @@ for filename in confs/*; do
set -e set -e
ssh -p 77 -o StrictHostKeychecking=no -i ansible/id_root root@$addr -t "docker run -d \ ssh -p 77 -o StrictHostKeychecking=no -i ansible/id_root root@$addr -t "docker run -d \
--restart unless-stopped \ --restart unless-stopped \
-e KEY='$key' \ -e KEY=$key \
-e FQDN='$addr' \ -e FQDN=$addr \
-p 80:80 \ -p 80:80 \
-p 443:443 \ -p 443:443 \
-v d2ray_volume:/opt/config \ -v d2ray_volume:/opt/config \