This is an opinionated improvisation to get a self-encrypting load balancer in front of Docker containers.
First clone this repository into its expected location at /srv/nginx and change the present working directory there. You may copy and paste from:
git clone https://github.com/ecobytes/docker-nginx-gen-letsencrypt.git /srv/nginx && cd /srv/nginx
- Run with
./run - Debug with
docker-compose psordocker-compose logs - Remove with
docker-compose stopanddocker-compose rm
Licensed by almereyda under the GNU General Public License 3.0. See the LICENSE for its terms.