Sign inSign up

27tech/nginx-php

By 27tech

Updated over 9 years ago

Docker nginx 1.10.3 + php 7

Image
0

10K+

27tech/nginx-php repository overview

Dokerfile: https://github.com/27tech/docker-nginx-php/blob/master/Dockerfile

Usage:

docker run -d -p 9000:9000 --name php -v `pwd`/html:/var/www/html php:7-fpm-alpine

docker run -d -p 8080:80 --name nginx-php -v `pwd`/html:/var/www/html --link php 27tech/nginx-php

Browse http://localhost:8080

Tag summary

Content type

Image

Digest

Size

16.2 MB

Last updated

over 9 years ago

docker pull 27tech/nginx-php