From fefccd1bfb05473b947109206d28c7c266e0d66a Mon Sep 17 00:00:00 2001 From: Luke Drury Date: Wed, 10 May 2017 10:23:05 +0100 Subject: [PATCH] Escape the pipe in the readme mark down to render it as a pipe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e2fc2c..e800c49 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ Swarm Mode only settings: |Name|Type|Description| |:--:|:--:|:---------:| |SERVICE_PORTS|envvar|comma separated ports(e.g. 80, 8080), which are the ports you would like to expose in your application service. This envvar is swarm mode only, and it is **MUST** be set in swarm mode| -|`com.docker.dockercloud.haproxy.deactivate=`|label|when this label is set to true, haproxy will ignore the service. Could be useful for switching services on blue/green testing| +|`com.docker.dockercloud.haproxy.deactivate=`|label|when this label is set to true, haproxy will ignore the service. Could be useful for switching services on blue/green testing| Check [the HAProxy configuration manual](http://cbonte.github.io/haproxy-dconv/configuration-1.5.html) for more information on the above.