From 5b16394acee92ddab2da67705738347c4049f80c Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Sat, 2 Feb 2019 16:38:27 -0500 Subject: [PATCH] interlock vip mode add label reference --- ee/ucp/interlock/usage/labels-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/interlock/usage/labels-reference.md b/ee/ucp/interlock/usage/labels-reference.md index bc5da8aef1..834ad6f13f 100644 --- a/ee/ucp/interlock/usage/labels-reference.md +++ b/ee/ucp/interlock/usage/labels-reference.md @@ -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 `,`. 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` |