diff --git a/modules/loom/main.tf b/modules/loom/main.tf index 00f608f..76f4f74 100644 --- a/modules/loom/main.tf +++ b/modules/loom/main.tf @@ -482,7 +482,7 @@ resource "aws_ecs_task_definition" "face" { memory = 2048 essential = true healthCheck = { - command = ["CMD-SHELL", "wget -q --spider localhost:1234"] + command = ["CMD-SHELL", "wget -q --spider localhost:88"] interval = 30 retries = 3 timeout = 5