diff --git a/terraform/ecs.tf b/terraform/ecs.tf index 5bec4b5..d110a18 100644 --- a/terraform/ecs.tf +++ b/terraform/ecs.tf @@ -41,8 +41,8 @@ resource "aws_security_group" "ecs" { ingress { description = "Load balancer traffic" - from_port = 80 - to_port = 80 + from_port = 8080 + to_port = 8080 protocol = "tcp" security_groups = [aws_security_group.lb.id] }