diff --git a/docs/content/routing/providers/docker.md b/docs/content/routing/providers/docker.md index 5b53ba924..fe2f392d7 100644 --- a/docs/content/routing/providers/docker.md +++ b/docs/content/routing/providers/docker.md @@ -360,7 +360,7 @@ you'd add the label `traefik.http.services..loadbalancer.pa See [health check](../services/index.md#health-check) for more information. ```yaml - - "traefik.http.services.myservice.loadbalancer.healthcheck.timeout=10" + - "traefik.http.services.myservice.loadbalancer.healthcheck.timeout=10s" ``` ??? info "`traefik.http.services..loadbalancer.healthcheck.followredirects`"