Skip to content

Lighttpd and PHP running on Alpine Linux in a Docker image

License

Notifications You must be signed in to change notification settings

wdssmq/alpine-lighttpd-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Alpine-lighttpd-php

Lighttpd and PHP running on an Alpine Docker image.

Build using;

docker build -t alpine-lighttpd-php .

Run using;

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

Works for static & PHP web content.

About

Lighttpd and PHP running on Alpine Linux in a Docker image

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 97.4%
  • PHP 2.6%