Go to file
Tim de Pater d608b45950 Added HEALTHCHECK instruction to the Dockefile and enabled PHP FPM ping path 2019-01-05 09:27:58 +01:00
config Added HEALTHCHECK instruction to the Dockefile and enabled PHP FPM ping path 2019-01-05 09:27:58 +01:00
src Rewrote the example setup to have only one Docker container 2016-02-24 11:08:50 +01:00
.travis.yml Dropped the email parameter, not needed anymore 2017-12-17 09:18:28 +01:00
Dockerfile Added HEALTHCHECK instruction to the Dockefile and enabled PHP FPM ping path 2019-01-05 09:27:58 +01:00
LICENSE Added MIT license 2018-10-03 10:26:49 +02:00
README.md Updated to Alpine Linux 3.8 which includes PHP 7.2 & Nginx 1.14 2018-07-23 18:01:00 +02:00

README.md

Docker PHP-FPM 7.2 & Nginx 1.14 on Alpine Linux

Example PHP-FPM 7.2 & Nginx 1.14 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