Go to file
Tim de Pater 31c77e866f Changed PHP-FPM host to IPv4 address to avoid connecting over IPv6 2017-03-28 14:05:04 +02:00
config Changed PHP-FPM host to IPv4 address to avoid connecting over IPv6 2017-03-28 14:05:04 +02:00
src Rewrote the example setup to have only one Docker container 2016-02-24 11:08:50 +01:00
.travis.yml Updated Travis & README for Alpine Linux version 2016-03-16 13:45:51 +01:00
Dockerfile Updated to PHP7.1. Improved the overall config based on the trafex/wordpress image 2017-03-28 13:58:02 +02:00
README.md Changed PHP-FPM host to IPv4 address to avoid connecting over IPv6 2017-03-28 14:05:04 +02:00

README.md

Docker PHP-FPM 7.1 & Nginx 1.10 on Alpine Linux

Example PHP-FPM 7.1 & Nginx 1.10 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