Skip to content

rmoriz/docker_openresty_autossl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openresty_autossl

Another Dockerfile/repo that aims to combine the awesome lua-resty-auto-ssl tooling with OpenResty.

By default some common practices of the official nginx image have been adopted.

Automated Build on Docker Hub

Usage

TODO, sorry

docker pull rmoriz/openresty_autossl

docker run \
  -d \
  -p 80:80 \
  -p 443:443 \
  -v certificates:/certificates \
  -v nginx-config:/usr/local/openresty/nginx/conf \
  rmoriz/openresty_autossl

Thanks!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published