Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 373 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 373 Bytes

Lighttpd and PHP unning on an Alpine Docker image.

Build using;

docker build -t alpine-lighttpd-php .

Run using;

docker run --name "my-lighttpd-php" -p 8000:80 -v $(pwd):/var/www alastairhm/alpine-lighttpd-php

Works for static & PHP web content.