Skip to content

Commit

Permalink
Changed to correct port
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe authored Jun 4, 2024
1 parent 4405080 commit dc0f82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/loom/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,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:8080"]
interval = 30
retries = 3
timeout = 5
Expand Down

0 comments on commit dc0f82c

Please sign in to comment.