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 8, 2024
1 parent 7c3820d commit 846dcec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .aws/task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"memory": "256",
"portMappings": [
{
"name": "ironoc-8080-tcp",
"name": "ironoc-80-tcp",
"containerPort": 8080,
"hostPort": 8080,
"hostPort": 80,
"protocol": "tcp",
"appProtocol": "http"
}
Expand Down

0 comments on commit 846dcec

Please sign in to comment.