Skip to content

Commit

Permalink
Update .aws/task-definition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron committed Sep 9, 2024
1 parent c0c45a0 commit 8928c11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .aws/task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"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 8928c11

Please sign in to comment.