NGINX---PHP-FPM
Container running Nginx + PHP-FPM capable of pulling application code from git with support for SSL, custom configs, and environment variables
About
nginx-php-fpm is a Docker image that packages nginx web server and PHP-FPM together in a single container. It's designed for developers and DevOps engineers who need to quickly deploy PHP applications with minimal configuration overhead. The image stands out by automatically pull…