docs on traefik.enable

This commit is contained in:
emile 2015-09-22 16:15:09 +02:00
parent 41ada41b35
commit 7e62c7323c

View file

@ -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
## <a id="marathon"></a> 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
## <a id="consul"></a> Consul backend