From fa9eef2b2d6e6552d7b3387a6016187c3dd8c94b Mon Sep 17 00:00:00 2001 From: Coldot <41678750+Coldot@users.noreply.github.com> Date: Thu, 20 Mar 2025 17:35:15 +0900 Subject: [PATCH] Feat: Update ECS task definition to set hostPort for xrpedia-user service --- .aws/ecs-task-definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aws/ecs-task-definition.json b/.aws/ecs-task-definition.json index 6c2e39d..8c239fc 100644 --- a/.aws/ecs-task-definition.json +++ b/.aws/ecs-task-definition.json @@ -8,7 +8,7 @@ { "name": "xrpedia-user-http", "containerPort": 8080, - "hostPort": 0, + "hostPort": 8080, "protocol": "tcp", "appProtocol": "http" }