Skip to content

Commit fadfd3b

Browse files
committed
Merge branch 'feat/57' into sandbox
2 parents cbeae24 + 5f3906a commit fadfd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component/ecs-ec2/service.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "aws_ecs_service" "nomoney_api" {
1616

1717
load_balancer {
1818
target_group_arn = aws_lb_target_group.nomoney_tg.arn
19-
container_name = "woossu-app"
19+
container_name = "app"
2020
container_port = 8080
2121
}
2222

0 commit comments

Comments
 (0)