fix dockerlint

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2026-08-05 20:42:33 +02:00
parent bbc9df881d
commit 8bf6193fd0
21 changed files with 57 additions and 47 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
FROM haproxy:3.4.3-alpine
# hadolint ignore=DL3002
USER root
USER root:root
ENV NEXTCLOUD_HOST=nextcloud-aio-nextcloud
RUN set -ex; \
apk upgrade --no-cache -a; \
@@ -17,7 +17,7 @@ COPY --chmod=775 *.sh /
COPY --chmod=664 haproxy.cfg /haproxy.cfg
ENTRYPOINT ["/start.sh"]
HEALTHCHECK CMD /healthcheck.sh
HEALTHCHECK CMD ["/healthcheck.sh"]
LABEL com.centurylinklabs.watchtower.enable="false" \
wud.watch="false" \
dockhand.update="false" \