yusureabc / docker-php-nginx

Docker image with PHP-FPM 7.1 & Nginx 1.12 on Alpine Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker PHP-FPM 7.1 & Nginx 1.12 on Alpine Linux

Example PHP-FPM 7.1 & Nginx 1.12 setup for Docker, build on Alpine Linux. The image is only +/- 35MB large.

Docker Pulls

Usage

Start the Docker containers:

docker run -p 80:80 trafex/alpine-nginx-php7

See the PHP info on http://localhost, or the static html page on http://localhost/test.html

About

Docker image with PHP-FPM 7.1 & Nginx 1.12 on Alpine Linux


Languages

Language:HTML 72.6%Language:PHP 27.4%