From 063a5a48295a5429f6efa76f881621730a7a850c Mon Sep 17 00:00:00 2001 From: Fascinated Date: Thu, 6 Jul 2023 00:36:22 +0100 Subject: [PATCH] attempt #3 --- docker/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/start.sh b/docker/start.sh index cfb459c..21f910d 100644 --- a/docker/start.sh +++ b/docker/start.sh @@ -11,8 +11,8 @@ else fi # Letting php know that we are running in docker -echo "env[DOCKER] = true" >> /etc/php/8.1/fpm/conf.d/99-docker.ini -echo "clear_env = no" >> /etc/php/8.1/fpm/conf.d/99-docker.ini +echo "env[DOCKER] = true" >> /etc/php/8.1/fpm/pool.d/www.conf +echo "clear_env = no" >> /etc/php/8.1/fpm/php-fpm.conf # echo "env[UPLOAD_SECRETS] = ${UPLOAD_SECRETS}" >> /etc/php/8.1/fpm/pool.d/www.conf