We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6fbf38 + 1813b89 commit 2f04313Copy full SHA for 2f04313
1 file changed
Dockerfile
@@ -33,5 +33,6 @@ ENV ALLOW_RESTARTS=0 \
33
VOLUMES=0
34
COPY docker-entrypoint.sh /usr/local/bin/
35
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg.template
36
+RUN touch /var/lib/haproxy/server-state
37
USER root
38
CMD ["haproxy", "-f", "/tmp/haproxy.cfg"]
0 commit comments