docker-php-nginx/README.md

719 B

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 +/- 60MB 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

Resources & inspiration

https://ejosh.co/de/2015/09/how-to-link-docker-containers-together https://github.com/johanan/Ansible-and-Docker