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" }