56kcloud / traefik-training

Traefik Training course resources
https://www.thebyte.io/traefik-training
MIT License
310 stars 161 forks source link

Tutorials fix #4

Closed ymedlop closed 2 years ago

ymedlop commented 2 years ago

01-Traefik-Overview

docker-compose scale was deprecated: https://docs.docker.com/compose/reference/scale/

We should use docker-compose up -d --scale whoami=3 instead of docker-compose scale whoami=3

02-Configure-Traefik

traefik.yml was updated with the api.insecure parameter to true.

grealish commented 2 years ago

Thanks @ymedlop !