Support Host NetworkMode for ECS provider

This commit is contained in:
Félix P 2017-10-31 11:44:03 +01:00 committed by Traefiker
parent e8d63b2a3b
commit 93a46089ce
3 changed files with 70 additions and 1 deletions

View file

@ -129,6 +129,7 @@ Labels can be used on task containers to override default behaviour:
| `traefik.protocol=https` | override the default `http` protocol |
| `traefik.weight=10` | assign this weight to the container |
| `traefik.enable=false` | disable this container in Træfik |
| `traefik.port=80` | override the default `port` value. Overrides `NetworkBindings` from Docker Container |
| `traefik.backend.loadbalancer.method=drr` | override the default `wrr` load balancer algorithm |
| `traefik.backend.loadbalancer.stickiness=true` | enable backend sticky sessions |
| `traefik.backend.loadbalancer.stickiness.cookieName=NAME` | Manually set the cookie name for sticky sessions |