Skip to content

Commit

Permalink
Fixed Prettier formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Apr 21, 2024
1 parent 2595abe commit e85c328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docker-compose/traefik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ Similar to [example-01](#example-01), but:

## Additional tips

:bulb: You can specify **multiple domains** in a single `Host` router rule with: `` Host(`foo.example.com`, `bar.example.com`) ``
:bulb: You can specify **multiple domains** in a single `Host` router rule with: ``Host(`foo.example.com`, `bar.example.com`)``

:bulb: You can use a **regular expression** to match domains with: `` HostRegexp(`example.com`, `{subdomain:.+}.example.com`) ``. See https://doc.traefik.io/traefik/routing/routers/#rule for further details
:bulb: You can use a **regular expression** to match domains with: ``HostRegexp(`example.com`, `{subdomain:.+}.example.com`)``. See https://doc.traefik.io/traefik/routing/routers/#rule for further details

:bulb: If you use _Let's Encrypt_ as the certificate resolver and you want a router to handle all the possible subdomains (with `HostRegexp`) but, for some reason, you cannot use the _ACME DNS-01_ challenge and you are fine with enabling _Let's Encrypt_ only for some subdomains, you can **manually** specify the details of the HTTPS certificate **for each domain** with something like this:

Expand Down

0 comments on commit e85c328

Please sign in to comment.