Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 491 Bytes

File metadata and controls

executable file
·
24 lines (15 loc) · 491 Bytes

nerdzeu/docker-php

This repo is part of the docker enviroment for nerdz (nerdzeu/docker).

It contains the php-fpm configuration and expose its port (9000).

It exposes the container /var/www/html folder as a volume.

Usage

Use it as part of nerdzeu/docker.

If you want to pull and run the image you can do it in the classical docker way:

docker pull nerdzeu/docker-php
docker run nerdzeu/docker-php

If you want to build the image:

docker build -t <name> .