maikelvl / docker-nginx-php-centos6

NGINX + PHP-FPM on CentOS 6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run NGINX in a container with PHP-FPM on top of CentOS 6

docker build \
	 --tag crobays/nginx-php-centos6 \
	 .

docker run \
	-v ./:/project \
	-e PUBLIC_PATH=/project/public \
	-e TIMEZONE=Etc/UTC \
	-it --rm \
	crobays/nginx-php-centos6

About

NGINX + PHP-FPM on CentOS 6


Languages

Language:Shell 69.3%Language:ApacheConf 30.7%