Docker image for the lwan server
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'
Dockerfile exposes ports 80
, 443
, 8080
, and mounts volumes on /lwan
and /lwan/wwwroot