Simple docker image for nginx with https support π
docker build -t saranonearth/nginx-https .
docker run -d \
-v certs:/etc/letsencrypt \
-e DOMAIN=example.com \
-e WWWDOMAIN=www.example.com \
-e [email protected] \
-p 80:80 -p 433:433 \
saranonearth/nginx-https