Fix consul catalog router tag example

This commit is contained in:
Romain 2020-09-23 11:56:03 +02:00 committed by GitHub
parent 118c31eb8d
commit f59bf16e82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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