Traefik
Usage
$ ./traefik --configFile=traefik.toml
or using Docker
$ docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/etc/traefik/traefik.toml traefik
Configuration sample
$ ./traefik --configFile=traefik.toml
or using Docker
$ docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/etc/traefik/traefik.toml traefik
Configuration sample