Basic skeleton for Docker Compose that runs nginx and PHP7.
Code written following the fantastic guide by mikechernev. It will serve as the basis for more complex development environments I use.
You can find Mike's repo at https://github.com/mikechernev/dockerised-php.
Note: Later applied some of the suggested modifications made by Mike in his revised article, mostly to generalize the index file and enable logging for the php-fpm Docker image.