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, ]