Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apfohl/lighty

Lighttpd for serving static files over HTTP
https://github.com/apfohl/lighty

docker docker-image

Last synced: 18 days ago
JSON representation

Lighttpd for serving static files over HTTP

Awesome Lists containing this project

README

        

# Lighttpd

This image is suitable for serving static files over HTTP.

# Usage

```shell
docker run -d --rm --name=lighy -e TZ="Europe/Berlin" -v ./dir:/data -p 80:80 apfohl/lighty
```