https://github.com/bfren/docker-lighttpd
https://github.com/bfren/docker-lighttpd
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bfren/docker-lighttpd
- Owner: bfren
- License: mit
- Created: 2023-04-05T15:17:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:42:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T06:44:01.844Z (over 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker Lighttpd
   
[Docker Repository](https://hub.docker.com/r/bfren/lighttpd) - [bfren ecosystem](https://github.com/bfren/docker)
A simple Lighttpd base image - no SSL support etc, designed to be used behind a proxy server.
## Contents
* [Ports](#ports)
* [Volumes](#volumes)
* [Environment Variables](#environment-variables)
* [Licence / Copyright](#licence)
## Ports
* 80
## Volumes
| Volume | Purpose |
| ------ | ------------------------------------------------------------------------------------------------------------------- |
| `/www` | Files in this directory will be served by Lighttpd (if not mapped, a 'Welcome to Lighttpd' message will be served). |
## Environment Variables
| Variable | Values | Description | Default |
| ------------------------ | ------ | ---------------------------------------------------------------------------------- | ------- |
| `LIGHTTPD_BASE_OVERRIDE` | string | If set, it will be used as the Lighttpd base directory (which by default is /www). | *blank* |
## Licence
> [MIT](https://mit.bfren.dev/2023)
## Copyright
> Copyright (c) 2023 [bfren](https://bfren.dev) (unless otherwise stated)