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

misch7/alpine-lighttpd-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lighttpd and PHP running on Alpine Linux in a Docker image

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 97.1%
  • PHP 2.9%