docker run -it --name cerbot-ssl -v /etc/letsencrypt:/etc/letsencrypt -v /usr/share/nginx/html:/var/www/html certbot/certbot certonly --webroot --webroot-path /var/www/html --agree-tos --email [email protected] --agree-tos --no-eff-email -d example.com
docker run -it -p 80:80 -p 443:443 -p 443:443/udp -v /etc/letsencrypt:/etc/letsencrypt -v /etc/nginx:/etc/nginx -v /var/log/nginx:/var/log/nginx -v /usr/share/nginx:/usr/share/nginx --name nginx-vts kasen/nginx-with-vts
Content type
Image
Digest
sha256:57b4917b8…
Size
36.7 MB
Last updated
4 days ago
docker pull kasen/nginx-with-vts