Merge pull request #8190 from trapier/interlock-vip-mode-service-label-reference

interlock vip mode add label reference
This commit is contained in:
L-Hudson 2019-02-08 11:33:38 -05:00 committed by GitHub
commit 713dfa5c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ The following labels are available for you to use in swarm services:
| `com.docker.lb.sticky_session_cookie` | Cookie to use for sticky sessions. | `none` |
| `com.docker.lb.redirects` | Semi-colon separated list of redirects to add in the format of `<source>,<target>`. Example: `http://old.example.com,http://new.example.com;` | `none` |
| `com.docker.lb.ssl_passthrough` | Enable SSL passthrough. | `false` |
| `com.docker.lb.backend_mode` | Select the backend mode that the proxy should use to access the upstreams. Defaults to `task`. | `vip` |