From e7199476a8af38d2c5ca549656373961d0ab8e26 Mon Sep 17 00:00:00 2001 From: Matt Farrokhzad Date: Fri, 17 May 2024 10:31:07 -0700 Subject: [PATCH] added portName --- apps/api/.aws/task-definition-development.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/.aws/task-definition-development.json b/apps/api/.aws/task-definition-development.json index e9b250c2..b266c9ec 100644 --- a/apps/api/.aws/task-definition-development.json +++ b/apps/api/.aws/task-definition-development.json @@ -8,6 +8,7 @@ "memoryReservation": 100, "portMappings": [ { + "name": "development-identity", "containerPort": 8080, "hostPort": 8080, "protocol": "tcp"