Skip to content

Commit d286796

Browse files
committed
Change port to 8000
1 parent 9a43e68 commit d286796

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/container-apps

1 file changed

+1
-1
lines changed

infrastructure/modules/container-apps/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ module "webapp" {
3030
)
3131
secret_variables = var.deploy_database_as_container ? { DATABASE_PASSWORD = resource.random_password.admin_password[0].result } : {}
3232
is_web_app = true
33-
port = 80
33+
port = 8000
3434
}

0 commit comments

Comments
 (0)