attempt #2
All checks were successful
/ docker (push) Successful in 1m47s

This commit is contained in:
Lee 2023-07-06 00:32:42 +01:00
parent 3e88f2c311
commit d54dd75263

@ -11,9 +11,8 @@ else
fi
# Letting php know that we are running in docker
echo "env[DOCKER] = true" >> /etc/php/8.1/fpm/pool.d/www.conf
echo "clear_env = no" >> /etc/php/8.1/fpm/pool.d/www.conf
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[UPLOAD_SECRETS] = ${UPLOAD_SECRETS}" >> /etc/php/8.1/fpm/pool.d/www.conf