Skip to content

Commit e493cc2

Browse files
committed
authentication bug fix for ebs
1 parent 9bb0231 commit e493cc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ebs_base_template_v2.json.template

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"Name": "appiriodevops/@IMAGE@",
99
"Update": "true"
1010
},
11-
"Ports": [],
11+
"Ports": [{
12+
"ContainerPort": "8080"
13+
}],
1214
"Volumes": [],
1315
"Logging": ""
1416
}

0 commit comments

Comments
 (0)