/traefik-docker

Simple traefik with file as provider

Traefik docker

Simple traefik with file as provider.

If you dont have docker installed, run this command:

 curl -fsSL https://get.docker.com | bash 

To install docker-compose run:

  curl -fsSL "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose ; chmod +x $_ 

Then run:

 docker-compose up -d 

Thats All Folks! 🐷