From bd538701577289f5968947160e280dda0cffe847 Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 11 Feb 2025 16:56:10 +0000 Subject: [PATCH] nextcloud: update Containerfile --- nextcloud/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/Containerfile b/nextcloud/Containerfile index a08fe31..93dd47c 100644 --- a/nextcloud/Containerfile +++ b/nextcloud/Containerfile @@ -1,11 +1,11 @@ FROM docker.io/nextcloud:30 RUN useradd \ - --system \ --uid 6948712 \ + -M \ + --system \ pod-cloud-5fjs3au RUN groupadd \ - --system \ --gid 6948712 \ zio-pod-cloud-5fjs3au