Support Host NetworkMode for ECS provider
This commit is contained in:
parent
e8d63b2a3b
commit
93a46089ce
3 changed files with 70 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue