Skip to content

Commit

Permalink
fix: fix back the port misunderstood
Browse files Browse the repository at this point in the history
  • Loading branch information
IjjS committed Mar 15, 2024
1 parent 05baa62 commit 00f2011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .aws/masilgasil-ecs-task-prod-revision1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"portMappings": [
{
"name": "masilgasil-ecs-container-port",
"containerPort": 8080,
"hostPort": 8080,
"containerPort": 80,
"hostPort": 80,
"protocol": "tcp",
"appProtocol": "http"
}
Expand Down

0 comments on commit 00f2011

Please sign in to comment.