]> _ Git - fluidbook_distantstorage.git/commitdiff
wip #5725 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Feb 2023 13:54:34 +0000 (14:54 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Feb 2023 13:54:34 +0000 (14:54 +0100)
Dockerfile
overrides.conf

index a3d5b2b19541db5fc999cb456664a9d43455a168..d317418dbd766482d4ecae3e47aae7468f680ef2 100644 (file)
@@ -11,7 +11,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg \
     && apt-get -y --no-install-recommends install x11-common pdftk poppler-utils ghostscript netpbm sshfs mupdf-tools php8.1-cli php8.1-fpm php8.1-curl php8.1-exif php8.1-xml php8.1-gd php8.1-ssh php8.1-zip libjpeg-turbo-progs zip unzip \
         less nano wget bash lynx
 
-USER 1001:1001
 COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
 COPY overrides.conf /etc/php/8.1/fpm/pool.d/z-overrides.conf
 COPY --chmod=755 startup /usr/bin/startup
index 37a14832c04cf4c9ee7073543500f69b70206e63..0196f848b78c250c9b0ada32ee60634a329ee0d0 100644 (file)
@@ -26,8 +26,8 @@ decorate_workers_output = no
 ; Required to allow config-by-environment
 clear_env = no
 
-user = 33
-group = 33
+user = 1001
+group = 1001
 
 pm = dynamic
 pm.max_children = 80