docs on traefik.enable
This commit is contained in:
parent
41ada41b35
commit
7e62c7323c
1 changed files with 2 additions and 0 deletions
|
@ -353,6 +353,7 @@ Labels can be used on containers to override default behaviour:
|
||||||
* ```traefik.backend=foo```: assign the container to ```foo``` backend
|
* ```traefik.backend=foo```: assign the container to ```foo``` backend
|
||||||
* ```traefik.port=80```: register this port. Useful when the container exposes multiples ports.
|
* ```traefik.port=80```: register this port. Useful when the container exposes multiples ports.
|
||||||
* ```traefik.weight=10```: assign this weight to the container
|
* ```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
|
## <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.backend=foo```: assign the application to ```foo``` backend
|
||||||
* ```traefik.port=80```: register this port. Useful when the application exposes multiples ports.
|
* ```traefik.port=80```: register this port. Useful when the application exposes multiples ports.
|
||||||
* ```traefik.weight=10```: assign this weight to the application
|
* ```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
|
## <a id="consul"></a> Consul backend
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue