From 56d93c4303ab939f69de6dd935cf72548bf926b8 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Thu, 5 Dec 2024 22:22:36 +0100 Subject: [PATCH] Debugging Traefik --- products/traefik/hello.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/traefik/hello.tf b/products/traefik/hello.tf index d864e12..c50b456 100644 --- a/products/traefik/hello.tf +++ b/products/traefik/hello.tf @@ -3,7 +3,7 @@ module "traefik_hello" { source = "../../docker/service" stack_name = var.stack_name service_name = "hello" - image = "traefik/whoami" + image = "nginxdemos/hello:plain-text" parallelism = 1 placement_constraints = var.placement_constraints networks = [module.traefik_network, ]