1
0
Fork 0

doc: add 'traefik.domain'.

This commit is contained in:
Fernandez Ludovic 2018-04-17 20:59:18 +02:00 committed by Traefiker Bot
parent 7e2ad827aa
commit f258f20b04
5 changed files with 9 additions and 0 deletions

View file

@ -108,6 +108,7 @@ The following labels can be defined on Mesos tasks. They adjust the behavior for
| Label | Description |
|------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `traefik.domain` | Default domain used for frontend rules. |
| `traefik.enable=false` | Disable this container in Træfik |
| `traefik.port=80` | Register this port. Useful when the container exposes multiples ports. |
| `traefik.portIndex=1` | Register port by index in the application's ports array. Useful when the application exposes multiple ports. |