From 5d2bb1bcc4e0712446ba36710b4dbc63408761db Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:38:08 +0000 Subject: [PATCH] fix: correct domaincheck user UID from 100 to 101 (lighttpd claims 100) Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/916ba91a-3590-4e29-a64b-e35ef2402429 Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> --- php/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index aa772f8e..e3638389 100644 --- a/php/containers.json +++ b/php/containers.json @@ -632,7 +632,7 @@ "hide_from_list": true, "image_tag": "%AIO_CHANNEL%", "image": "ghcr.io/nextcloud-releases/aio-domaincheck", - "user": "100", + "user": "101", "init": true, "ports": [ {