Skip to content

Commit

Permalink
Merge pull request #48 from overmindtech/fix-port
Browse files Browse the repository at this point in the history
Fixed HC port
  • Loading branch information
dylanratcliffe authored Jan 10, 2024
2 parents 4d6c6c2 + f17ebe6 commit 282fa93
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 @@ -481,7 +481,7 @@ resource "aws_ecs_task_definition" "face" {
memory = 2048
essential = true
healthCheck = {
command = ["CMD-SHELL", "wget -q --spider localhost:808"]
command = ["CMD-SHELL", "wget -q --spider localhost:1234"]
interval = 30
retries = 3
timeout = 5
Expand Down

0 comments on commit 282fa93

Please sign in to comment.