Skip to content

Commit

Permalink
hotfix:
Browse files Browse the repository at this point in the history
  • Loading branch information
JinhyeokFang committed Feb 15, 2024
1 parent e204aa7 commit 8ea9087
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .aws/task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,6 @@
"hostPort": 80,
"protocol": "tcp",
"appProtocol": "http"
},
{
"name": "survey-mate-container-25-tcp",
"containerPort": 25,
"hostPort": 25,
"protocol": "tcp",
"appProtocol": "smtp"
},
{
"name": "survey-mate-container-25-tcp",
"containerPort": 465,
"hostPort": 465,
"protocol": "tcp",
"appProtocol": "smtp"
},
{
"name": "survey-mate-container-25-tcp",
"containerPort": 587,
"hostPort": 587,
"protocol": "tcp",
"appProtocol": "smtp"
}
],
"essential": true,
Expand Down

0 comments on commit 8ea9087

Please sign in to comment.