jaxgeller / docker-lwan

Docker image for the lwan server
https://registry.hub.docker.com/u/jaxgeller/lwan/
MIT License
6 stars 0 forks source link

docker-lwan

Docker image for the lwan server

Use

Basic

docker run -d -p 8080:8080 jaxgeller/lwan

Custom Files

docker run -d -p 8080:8080 -v cwd:/lwan/wwwroot jaxgeller/lwan

Custom Config

docker run -d -p 8080:8080 -v cwd/lwan.conf:/lwan/lwan.conf jaxgeller/lwan

Custom Port

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