From f59bf16e825a8c61e90634021cc406391c460f7c Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 23 Sep 2020 11:56:03 +0200 Subject: [PATCH] Fix consul catalog router tag example --- docs/content/providers/consul-catalog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/providers/consul-catalog.md b/docs/content/providers/consul-catalog.md index ea178f5fb..5cdd633ca 100644 --- a/docs/content/providers/consul-catalog.md +++ b/docs/content/providers/consul-catalog.md @@ -29,7 +29,7 @@ Attach tags to your services and let Traefik do the rest! Attaching tags to services ```yaml - - traefik.http.services.my-service.rule=Host(`example.com`) + - traefik.http.routers.my-router.rule=Host(`example.com`) ``` ## Routing Configuration