From dc5d20a093504f42d25fdc582a0b87ec6b8edcbc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 13 Feb 2023 14:54:34 +0100 Subject: [PATCH] wip #5725 @0.25 --- Dockerfile | 1 - overrides.conf | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a3d5b2b..d317418 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/overrides.conf b/overrides.conf index 37a1483..0196f84 100644 --- a/overrides.conf +++ b/overrides.conf @@ -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 -- 2.39.5