We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200c7c9 commit 315da92Copy full SHA for 315da92
src/plugins/meteor/assets/templates/start.sh
@@ -53,8 +53,11 @@ sudo docker network disconnect bridge -f $APPNAME-nginx-proxy
53
if [ $LOCAL_IMAGE == "false" ]; then
54
set +e
55
sudo docker pull <%= docker.image %>
56
- set -e
57
echo "Pulled <%= docker.image %>"
+ set -e
58
+
59
+else
60
61
fi
62
63
sudo docker run \
@@ -94,7 +97,6 @@ sudo cat <<EOT > /opt/$APPNAME/config/nginx-default.conf
94
97
client_max_body_size $CLIENTSIZE;
95
98
EOT
96
99
-
100
# We don't need to fail the deployment because of a docker hub downtime
101
102
sudo docker pull jrcs/letsencrypt-nginx-proxy-companion:$LETS_ENCRYPT_VERSION
0 commit comments