You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
Dockerfile | 3 years ago | |
README.md | 3 years ago | |
entrypoint.sh | 3 years ago | |
index.html | 3 years ago | |
lighttpd.conf | 3 years ago | |
mime-types.conf | 3 years ago |
README.md
Lighttpd
I couldn't find a non-root Lighttpd container, so I made one.
It runs with UID=100 and GID=101
Serving Static Websites
Place your files into /srv/html/
to serve them.
Customizing Startup
Any scripts placed in /docker-entrypoint.d/
will be executed alphabetically
prior to entrypoint.sh
Adding extra config
Any .conf files included into /etc/lighttpd/conf.d
will be appended to the
included lighttpd.conf
.