Simple Docker Image to build a container with nginx and php-fpm.
On container startup it runs every script that you put into /docker-init.d/
- perfect for setting up the containing application.
You can customize and add NGINX hosts by copying your files to /etc/nginx/conf.d
You can customize and add PHP settings by copying your files to /etc/php7/conf.d