Skip to content

Commit 47b9b2a

Browse files
committed
chore: update hostport to 0
1 parent e6e2e36 commit 47b9b2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

task-definition-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"portMappings": [
99
{
1010
"containerPort": 8081,
11-
"hostPort": 8081,
11+
"hostPort": 0,
1212
"protocol": "tcp",
1313
"appProtocol": "http"
1414
}

task-definition-prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"portMappings": [
99
{
1010
"containerPort": 8080,
11-
"hostPort": 8080,
11+
"hostPort": 0,
1212
"protocol": "tcp",
1313
"appProtocol": "http"
1414
}

0 commit comments

Comments
 (0)