docker-phpdev icon indicating copy to clipboard operation
docker-phpdev copied to clipboard

Support php 7.0 and php 5.6 at same time

Open nicolas-piquerez opened this issue 7 years ago • 1 comments

Hello, Is there a way to turn this to support php 5.6 and 7.0 ? I was thinking /var/www/php7 and /var/www/php56 and uses ports 8070 and ports 8056.

nicolas-piquerez avatar May 19 '17 10:05 nicolas-piquerez

You can edit docker-compose file and can add multiple php-fpm services for different version and run at the same time

majuansari avatar May 27 '17 10:05 majuansari