Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/apfohl/lighty
- Owner: apfohl
- Created: 2020-01-10T19:23:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T08:20:21.000Z (over 2 years ago)
- Last Synced: 2024-10-10T03:31:02.484Z (29 days ago)
- Topics: docker, docker-image
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```