majuansari / docker-phpdev

Easy to use php docker development environment setup with vhost/multi version support
MIT License
75 stars 9 forks source link

Support php 7.0 and php 5.6 at same time #5

Open nicolas-piquerez opened 7 years ago

nicolas-piquerez commented 7 years ago

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.

majuansari commented 7 years ago

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