Docker + Nginx + Let's Encrypt
https://gilyes.com/docker-nginx-letsencrypt22.10.2016 · docker-letsencrypt-nginx-proxy-companion inspects containers’ metadata and tries to acquire certificates as needed (if successful then saving them in a volume shared with the host and the Nginx container). docker-gen also inspects containers’ metadata and generates the configuration file for the main Nginx reverse proxy
Docker + Nginx + Let's Encrypt
gilyes.com › docker-nginx-letsencryptOct 22, 2016 · In the main directory run: docker-compose up. This will perform the following steps: Download the required images from Docker Hub ( nginx, docker-gen, docker-letsencrypt-nginx-proxy-companion ). Create containers from them. Build and create containers for the two sites located in sample-websites. Start up the containers.