diff --git a/docs/index.md b/docs/index.md index ebd118122..f72a39dbb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -353,6 +353,7 @@ Labels can be used on containers to override default behaviour: * ```traefik.backend=foo```: assign the container to ```foo``` backend * ```traefik.port=80```: register this port. Useful when the container exposes multiples ports. * ```traefik.weight=10```: assign this weight to the container +* ```traefik.enable=false```: disable this container in Træfɪk ## Marathon backend @@ -409,6 +410,7 @@ Labels can be used on containers to override default behaviour: * ```traefik.backend=foo```: assign the application to ```foo``` backend * ```traefik.port=80```: register this port. Useful when the application exposes multiples ports. * ```traefik.weight=10```: assign this weight to the application +* ```traefik.enable=false```: disable this application in Træfɪk ## Consul backend