diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 33b1000..d85d5e3 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.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-frontend: container_name: tinyauth-frontend