소스 검색

Finally remove "daemon" note from HAProxy docs!

Tianon Gravi 8 년 전
부모
커밋
efb873783c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      haproxy/content.md

+ 0 - 2
haproxy/content.md

@@ -14,8 +14,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