Skip to content

Docker container with Nginx/PHP-FPM stack based on Centos7

Notifications You must be signed in to change notification settings

s1rc0/nginx-php-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NGINX/PHP-FPM Dockerfile

Docker container with Nginx/PHP-FPM stack based on Centos7

This repository contains Dockerfile of Nginx and PHP-FPM for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Usage

docker run -d -p 80:80 docker pull s1rc0/nginx-php-fpm

Attach persistent/shared directories

docker run -d -p 80:80 -v <html-dir>:/usr/share/nginx/html s1rc0/nginx-php-fpm

After few seconds, open http://<host> to see the welcome page.

About

Docker container with Nginx/PHP-FPM stack based on Centos7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published