From b780d62fb78c245577a29719166cc243ae3d58f3 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 27 Nov 2017 20:08:48 +0000 Subject: [PATCH] Run update.sh --- haproxy/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/haproxy/README.md b/haproxy/README.md index 979d8bd03..70b5521d5 100644 --- a/haproxy/README.md +++ b/haproxy/README.md @@ -71,8 +71,6 @@ Please refer to [upstream's excellent (and comprehensive) documentation](https:/ It is also worth checking out the [`examples/` directory from upstream](http://www.haproxy.org/git?p=haproxy-1.7.git;a=tree;f=examples). -Note: Many configuration examples propose to put `daemon` into the `global` section to run HAProxy as daemon. Do **not** configure this or the Docker container will exit immediately after launching because the HAProxy process would go into the background. - ## Create a `Dockerfile` ```dockerfile