Skip to content

Simple docker image for nginx with https support πŸ”’

Notifications You must be signed in to change notification settings

saranonearth/docker-nginx-https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

docker-nginx-https

Simple docker image for nginx with https support πŸ”’

Build

docker build -t saranonearth/nginx-https .

Run the container

docker run -d \
-v certs:/etc/letsencrypt \
-e DOMAIN=example.com \
-e WWWDOMAIN=www.example.com \
-e EMAIL=onearth@something.com \
-p 80:80 -p 433:433 \
saranonearth/nginx-https

About

Simple docker image for nginx with https support πŸ”’

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published