Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 259 Bytes

File metadata and controls

23 lines (14 loc) · 259 Bytes

Apache PHP Docker

Debian Jessie based Apache2 and PHP Docker image.

Exposed ports

  • 80 (HTTP)

Volumes

  • /var/www

Build

make

Run

docker run -d -P -v $PWD:/var/www clickandmortar/apache-php --name=<my_container>