How To Use Traefik as a Reverse Proxy for Docker Containers on Ubuntu 16.04
Docker can be an easy and efficient way to run web applications, but you may want to run multiple applications on the same Docker host. In this situation, you’ll need to set up a reverse proxy since you only want to expose ports 80 and 443 to the…