Skip to content

Commit

Permalink
ci(infra): Executor port command 8002 not 8000
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Dec 10, 2024
1 parent a9fd7ac commit 1bb9f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/aws/ecs/ecs-executor.tf
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ resource "aws_ecs_task_definition" "executor_task_definition" {
"--host",
"0.0.0.0",
"--port",
"8000"
"8002"
]
portMappings = [
{

0 comments on commit 1bb9f53

Please sign in to comment.