Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaxgeller/docker-lwan
Docker image for the lwan server
https://github.com/jaxgeller/docker-lwan
Last synced: 16 days ago
JSON representation
Docker image for the lwan server
- Host: GitHub
- URL: https://github.com/jaxgeller/docker-lwan
- Owner: jaxgeller
- License: mit
- Created: 2015-07-11T02:18:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T00:31:30.000Z (over 9 years ago)
- Last Synced: 2023-09-19T18:47:04.030Z (over 1 year ago)
- Homepage: https://registry.hub.docker.com/u/jaxgeller/lwan/
- Size: 113 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-lwan
Docker image for the [lwan server](https://github.com/lpereira/lwan)
### Use
Basic
```bash
docker run -d -p 8080:8080 jaxgeller/lwan
```Custom Files
```bash
docker run -d -p 8080:8080 -v cwd:/lwan/wwwroot jaxgeller/lwan
```Custom Config
```bash
docker run -d -p 8080:8080 -v cwd/lwan.conf:/lwan/lwan.conf jaxgeller/lwan
```Custom Port
```bash
docker run -d -p 8080:443 jaxgeller/lwan -l '*:443'
```### Details
Dockerfile exposes ports `80`, `443`, `8080`, and mounts volumes on `/lwan` and `/lwan/wwwroot`