Skip to content

stdnwbeheer/lighttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Lighttpd DockerFile

Simple lighttpd server Ubuntu 18.04 based dockerfile.

Usage:

docker build -t "test/lighttpd" https://raw.githubusercontent.com/stdnwbeheer/lighttpd/master/Dockerfile

After the build process is complete, run with the following commands:

docker volume create lighttpd-www
docker run -d -p 80:80 -v lighttpd-www:/var/www/html:rw test/lighttpd

Change the index.lighttpd.html file in /var/lib/docker/volumes/lighttpd-www/_data to your liking.

About

Simple lighttpd server Ubuntu based dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors