We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bb2ef2 + afc27c4 commit 942881fCopy full SHA for 942881f
1 file changed
contrib/ec2/deis.template
@@ -70,8 +70,7 @@
70
"GroupDescription": "Deis SecurityGroup",
71
"SecurityGroupIngress": [
72
{"IpProtocol": "tcp", "FromPort": "80", "ToPort": "80", "CidrIp": "0.0.0.0/0"},
73
- {"IpProtocol": "tcp", "FromPort": "2222", "ToPort": "2222", "CidrIp": "0.0.0.0/0"},
74
- {"IpProtocol": "tcp", "FromPort": "8000", "ToPort": "8000", "CidrIp": "0.0.0.0/0"}
+ {"IpProtocol": "tcp", "FromPort": "2222", "ToPort": "2222", "CidrIp": "0.0.0.0/0"}
75
]
76
}
77
},
0 commit comments