mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix socket permissions permissions
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
2661e85aa3
commit
5893fdd03b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,6 +38,6 @@ ENV ALLOW_RESTARTS=1 \
|
||||||
VOLUMES=1
|
VOLUMES=1
|
||||||
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|
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
|
HEALTHCHECK CMD nc -z 127.0.0.1 2375 || exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue