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