From 1d2d0cefaa69d4265e07e0a49d903b2a8f819306 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Wed, 23 Aug 2017 09:22:03 +0200 Subject: [PATCH] Fix documentation glitches. --- docs/toml.md | 5 +++-- traefik.sample.toml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/toml.md b/docs/toml.md index 112a1f64a..f90386039 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -1158,7 +1158,7 @@ domain = "marathon.localhost" # Optional # Default: false # -# forceTaskHostname: false +# forceTaskHostname = false # Applications may define readiness checks which are probed by Marathon during # deployments periodically and the results exposed via the API. Enabling the @@ -1169,7 +1169,8 @@ domain = "marathon.localhost" # # Optional # Default: false -# respectReadinessChecks: false +# +# respectReadinessChecks = false ``` Labels can be used on containers to override default behaviour: diff --git a/traefik.sample.toml b/traefik.sample.toml index c3560316f..edabad95b 100644 --- a/traefik.sample.toml +++ b/traefik.sample.toml @@ -722,7 +722,7 @@ # Optional # Default: false # -# forceTaskHostname: false +# forceTaskHostname = false # Applications may define readiness checks which are probed by Marathon during # deployments periodically and the results exposed via the API. Enabling the @@ -733,7 +733,8 @@ # # Optional # Default: false -# respectReadinessChecks: false +# +# respectReadinessChecks = false ################################################################ # Mesos configuration backend