Skip to content

Commit

Permalink
Fix healthcheck.interval in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejIT committed May 26, 2020
1 parent dce807a commit 8c5846c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/routing/providers/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ you'd add the label `traefik.http.services.<name-of-your-choice>.loadbalancer.pa
See [health check](../services/index.md#health-check) for more information.

```yaml
- "traefik.http.services.myservice.loadbalancer.healthcheck.interval=10"
- "traefik.http.services.myservice.loadbalancer.healthcheck.interval=10s"
```

??? info "`traefik.http.services.<service_name>.loadbalancer.healthcheck.path`"
Expand Down

0 comments on commit 8c5846c

Please sign in to comment.