Provides a dead simple php-fpm container for docker that supports the basic Zf2 application out of the box
In your docker-compose.yml
add a section for php and mount the current workspace into the /var/www/html
folder.
php:
image: interactivesolutions/zf-php-fpm:latest
links:
- mysql
volumes:
- ./:/var/www/html