Create a network for Traefik and any future containers to join:
docker network create web
Start up the traefik compose file:
docker-compose up -d
View the dashboard: http://localhost:8080
Start up the example compose file:
docker-compose -f docker-compose.whoami.yml up -d
View the newly created container: http://localhost:8000/whoami