Closed macmladen closed 8 years ago
Whoa! Thanks for the PR!
Thank you for this small Docker image that helped me a lot to understand Docker and how it works. By solving this problem I could connect my experience with servers with docker containers and this made a huge impact on how I will develop.
yes. me too. i built this image to understand more into Docker.
glad it can help you. 👍
In PHP 7
listen
moved from/etc/php5/php-fpm.conf
to php pools which are in conf files located in/etc/php7/php-fpm.d/
.Because directive
listen
is now in/etc/php7/php-fpm.d/www.conf
sed command need to have changed target to it: