Dongjinmedia / docker-nginx-php-fpm-7

Example docker-compose with nginx and php-fpm (php 7.2)

Home Page:http://www.aww-some.com/blog/centos-7-docker-nginx-and-php-fpm-php-7.2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CentOS 7: Docker, Nginx, and php-fpm

This will build the neccessary services (nginx and php-fpm) to serve php files.

The project directory will mount to /opt/app.

docker-compose -p php -f docker-compose.yml up

The example php website should be accessible at http://localhost

About

Example docker-compose with nginx and php-fpm (php 7.2)

http://www.aww-some.com/blog/centos-7-docker-nginx-and-php-fpm-php-7.2/


Languages

Language:Dockerfile 98.4%Language:PHP 1.6%