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