Skip to content
Snippets Groups Projects
Verified Commit d9556a04 authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

bump to bullseye again

parent f8b95003
Branches master
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ ADD nginx.conf /etc/nginx/nginx.conf
ADD supervisord.conf /etc/supervisord.conf
ADD start.sh /start.sh
RUN echo "cgi.fix_pathinfo = 0;" >> /etc/php/7.3/fpm/php.ini && \
RUN echo "cgi.fix_pathinfo = 0;" >> /etc/php/7.4/fpm/php.ini && \
sed -i -e "s|;daemonize\s*=\s*yes|daemonize = no|g" /etc/php/7.4/fpm/php-fpm.conf && \
sed -i -e "s|listen\s*=\s*127\.0\.0\.1:9000|listen = /var/run/php-fpm7.sock|g" /etc/php/7.4/fpm/pool.d/www.conf && \
sed -i -e "s|;listen\.owner\s*=\s*|listen.owner = |g" /etc/php/7.4/fpm/pool.d/www.conf && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment