Install and use Traefik as a reverse proxy for Docker

In this Guide we will install Traefik v2 as a reverse proxy with free LetsEncrypt SSL certificates for our Docker container. With Traefik you will be able to run multiple containers with different domains. This guide offers a ready to use docker-compose.yml for a quick start with Traefik. Traefik v2 Install Preparation Info If you don’t have docker installed yet, you can find instructions for Ubuntu or Debian. This Guide uses docker-compose to run Traefik, therefore its necessary to also install docker-compose....

2021-04-27 · 5 min · 937 words · ae3