From a6c6127e3372d9b47d84a4cd574d52d2971c7bb8 Mon Sep 17 00:00:00 2001 From: Filip Kszczot Date: Tue, 28 Jul 2020 01:02:03 +0200 Subject: [PATCH] spelling(docs/content/routing/providers/docker.md) --- docs/content/https/acme.md | 2 +- docs/content/routing/providers/docker.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/https/acme.md b/docs/content/https/acme.md index f07cf410d..4cca2ec62 100644 --- a/docs/content/https/acme.md +++ b/docs/content/https/acme.md @@ -362,7 +362,7 @@ For complete details, refer to your provider's _Additional configuration_ link. | [Zonomi](https://zonomi.com) | `zonomi` | `ZONOMI_API_KEY` | [Additional configuration](https://go-acme.github.io/lego/dns/zonomi) | [^1]: more information about the HTTP message format can be found [here](https://go-acme.github.io/lego/dns/httpreq/) -[^2]: [providing_credentials_to_your_application](https://cloud.google.com/docs/authentication/production#providing_credentials_to_your_application) +[^2]: [providing_credentials_to_your_application](https://cloud.google.com/docs/authentication/production) [^3]: [google/default.go](https://github.com/golang/oauth2/blob/36a7019397c4c86cf59eeab3bc0d188bac444277/google/default.go#L61-L76) [^4]: `docker stack` remark: there is no way to support terminal attached to container when deploying with `docker stack`, so you might need to run container with `docker run -it` to generate certificates using `manual` provider. [^5]: The `Global API Key` needs to be used, not the `Origin CA Key`. diff --git a/docs/content/routing/providers/docker.md b/docs/content/routing/providers/docker.md index e19aafaa5..99128c188 100644 --- a/docs/content/routing/providers/docker.md +++ b/docs/content/routing/providers/docker.md @@ -535,7 +535,7 @@ You can declare UDP Routers and/or Services using labels. my-container: # ... labels: - - "traefik.udp.routers.my-router.entrypoint=udp" + - "traefik.udp.routers.my-router.entrypoints=udp" - "traefik.udp.services.my-service.loadbalancer.server.port=4123" ```