kasen/nginx-with-vts

By kasen

Updated 4 months ago

nginx build with vts

Image
Networking
Web servers
0

1.3K

kasen/nginx-with-vts repository overview

How to use this image

SSL

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

RUN

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

Tag summary

Content type

Image

Digest

sha256:c3258a220

Size

48 MB

Last updated

4 months ago

docker pull kasen/nginx-with-vts:main-nginx-1.28.2