diff --git a/images/haproxy/Dockerfile b/images/haproxy/Dockerfile index c109835654..77c205d88d 100644 --- a/images/haproxy/Dockerfile +++ b/images/haproxy/Dockerfile @@ -62,4 +62,4 @@ COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg # below roughly matches the standard haproxy image STOPSIGNAL SIGUSR1 -ENTRYPOINT ["haproxy", "-sf", "7", "-W", "-db", "-f", "/usr/local/etc/haproxy/haproxy.cfg"] +ENTRYPOINT ["haproxy", "-W", "-db", "-f", "/usr/local/etc/haproxy/haproxy.cfg"]