From 846dcecd3464a12eb8c3901b6578dffd97155d05 Mon Sep 17 00:00:00 2001 From: Conor H Date: Mon, 9 Sep 2024 00:22:32 +0100 Subject: [PATCH] Update .aws/task-definition.json --- .aws/task-definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.aws/task-definition.json b/.aws/task-definition.json index 3ab455a..1344227 100644 --- a/.aws/task-definition.json +++ b/.aws/task-definition.json @@ -7,9 +7,9 @@ "memory": "256", "portMappings": [ { - "name": "ironoc-8080-tcp", + "name": "ironoc-80-tcp", "containerPort": 8080, - "hostPort": 8080, + "hostPort": 80, "protocol": "tcp", "appProtocol": "http" }