From 8928c11970c85383a648baefb6e88861e31703fe Mon Sep 17 00:00:00 2001 From: Conor H Date: Mon, 9 Sep 2024 01:08:38 +0100 Subject: [PATCH] Update .aws/task-definition.json --- .aws/task-definition.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.aws/task-definition.json b/.aws/task-definition.json index 800ef71..33b5077 100644 --- a/.aws/task-definition.json +++ b/.aws/task-definition.json @@ -12,6 +12,13 @@ "hostPort": 80, "protocol": "tcp", "appProtocol": "http" + }, + { + "name": "ironoc-8080-tcp", + "containerPort": 8080, + "hostPort": 8080, + "protocol": "tcp", + "appProtocol": "http" } ], "essential": true,