Skip to content

Commit

Permalink
Debugging Traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbaggett committed Dec 5, 2024
1 parent f0c9eed commit 56d93c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/traefik/hello.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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, ]
Expand Down

0 comments on commit 56d93c4

Please sign in to comment.