mirror of
https://github.com/containous/traefik.git
synced 2025-01-25 06:03:49 +03:00
docs on traefik.enable
This commit is contained in:
parent
41ada41b35
commit
7e62c7323c
@ -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…
x
Reference in New Issue
Block a user