浏览代码

Run update.sh

Docker Library Bot 8 年之前
父节点
当前提交
b780d62fb7
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      haproxy/README.md

+ 0 - 2
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