Skip to content

Commit 2f04313

Browse files
Merge pull request #163 from esabol/patch-1
Add touch command to create /var/lib/haproxy/server-state
2 parents a6fbf38 + 1813b89 commit 2f04313

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ ENV ALLOW_RESTARTS=0 \
3333
VOLUMES=0
3434
COPY docker-entrypoint.sh /usr/local/bin/
3535
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg.template
36+
RUN touch /var/lib/haproxy/server-state
3637
USER root
3738
CMD ["haproxy", "-f", "/tmp/haproxy.cfg"]

0 commit comments

Comments
 (0)