# docker-alpine-nginx-php7 **Repository Path**: str0ng/docker-alpine-nginx-php7 ## Basic Information - **Project Name**: docker-alpine-nginx-php7 - **Description**: Base image with Alpine Linux and Nginx/PHP7 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Docker base image with Alpine Linux and Nginx/PHP7 ================================================== This image contains: - Alpine Linux - Nginx - PHP7 with most common extensions - S6 (process supervisor) - Composer You can extends this image to package your own web application. - The document root is `/var/www/app`. - To add environment variables to PHP-FPM, overwrite the file `/etc/php7/php-fpm.d/env.conf` in your Dockerfile.