diff --git a/docker-compose.example.yml b/docker-compose.example.yml index a76cb98..4b38707 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -13,8 +13,8 @@ services: image: traefik/whoami:latest labels: traefik.enable: true - traefik.http.routers.nginx.rule: Host(`whoami.example.com`) - traefik.http.routers.nginx.middlewares: tinyauth + traefik.http.routers.whoami.rule: Host(`whoami.example.com`) + traefik.http.routers.whoami.middlewares: tinyauth tinyauth: container_name: tinyauth