From 02ed54727ecb289b471c8f7590426e689bcd159e Mon Sep 17 00:00:00 2001 From: eternaltyro Date: Tue, 18 Jul 2023 15:26:38 +0100 Subject: [PATCH] Fix port conflicts --- infra/production/container.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/production/container.tf b/infra/production/container.tf index b55bc6f7..35c1f8bf 100644 --- a/infra/production/container.tf +++ b/infra/production/container.tf @@ -28,7 +28,7 @@ resource "azurerm_container_group" "app" { memory = "1.5" ports { - port = 8000 + port = 8080 protocol = "TCP" }