Skip to content

Commit

Permalink
Update task-definition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron committed Sep 8, 2024
1 parent 846dcec commit 776671e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .aws/task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@
"portMappings": [
{
"name": "ironoc-80-tcp",
"containerPort": 8080,
"containerPort": 80,
"hostPort": 80,
"protocol": "tcp",
"appProtocol": "http"
},
{
"name": "ironoc-8080-tcp",
"containerPort": 8080,
"hostPort": 8080,
"protocol": "tcp",
"appProtocol": "http"
}
],
"essential": true,
Expand Down

0 comments on commit 776671e

Please sign in to comment.