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 ps
ordocker-compose logs
- Remove with
docker-compose stop
anddocker-compose rm
Licensed by almereyda under the GNU General Public License 3.0. See the LICENSE for its terms.