fix socket permissions permissions

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-08-24 16:58:01 +02:00
parent 2661e85aa3
commit 5893fdd03b

View file

@ -38,6 +38,6 @@ ENV ALLOW_RESTARTS=1 \
VOLUMES=1
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
USER haproxy:root
USER root
HEALTHCHECK CMD nc -z 127.0.0.1 2375 || exit 1