From 670e0df6767df593d1f099c741eb5ccd4b2aaeea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:43:09 +0000 Subject: [PATCH] fix: use explicit numeric USER 101 in domaincheck Dockerfile Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/ba074d59-2085-4aa8-bf11-e6c09defc27a Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> --- Containers/domaincheck/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/domaincheck/Dockerfile b/Containers/domaincheck/Dockerfile index 9c8abcfa..1b1a8050 100644 --- a/Containers/domaincheck/Dockerfile +++ b/Containers/domaincheck/Dockerfile @@ -13,7 +13,7 @@ COPY --chown=www-data:www-data lighttpd.conf /lighttpd.conf COPY --chmod=775 start.sh /start.sh -USER www-data +USER 101 ENTRYPOINT ["/start.sh"] HEALTHCHECK CMD nc -z 127.0.0.1 $APACHE_PORT || exit 1