Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit f41506b

Browse files
author
Feng Honglin
authored
Merge pull request #198 from lukedrury/fix-readme-pipe-rendering
Escape the pipe in the readme mark down to render it correctly
2 parents af1f237 + fefccd1 commit f41506b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Swarm Mode only settings:
266266
|Name|Type|Description|
267267
|:--:|:--:|:---------:|
268268
|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|
269-
|`com.docker.dockercloud.haproxy.deactivate=<true|false>`|label|when this label is set to true, haproxy will ignore the service. Could be useful for switching services on blue/green testing|
269+
|`com.docker.dockercloud.haproxy.deactivate=<true\|false>`|label|when this label is set to true, haproxy will ignore the service. Could be useful for switching services on blue/green testing|
270270

271271

272272
Check [the HAProxy configuration manual](http://cbonte.github.io/haproxy-dconv/configuration-1.5.html) for more information on the above.

0 commit comments

Comments
 (0)