Skip to content

Commit 5c47b4b

Browse files
committed
added cap deployment script
1 parent 357457f commit 5c47b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/infrastructure/target.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"GroupDescription" : "Enable SSH and access to Apache",
171171
"SecurityGroupIngress" : [
172172
{"IpProtocol" : "tcp", "FromPort" : "22", "ToPort" : "22", "CidrIp" : "0.0.0.0/0" },
173-
{"IpProtocol" : "tcp", "FromPort" : "80", "ToPort" : "80", "CidrIp" : "0.0.0.0/0" }
173+
{"IpProtocol" : "tcp", "FromPort" : "8080", "ToPort" : "8080", "CidrIp" : "0.0.0.0/0" }
174174
]
175175
}
176176
},

0 commit comments

Comments
 (0)