Fix router name

This commit is contained in:
Joey Hafner 2022-10-17 11:19:50 -07:00
parent e702190548
commit a017c0ec70

View File

@ -25,7 +25,7 @@ services:
- ./config:/config - ./config:/config
- $DOCKER_DATA/acme.json:/acme.json - $DOCKER_DATA/acme.json:/acme.json
labels: labels:
- traefik.http.routers.traefik-dashboard.middlewares=traefik-forward-auth@file - traefik.http.routers.api.middlewares=traefik-forward-auth@file
networks: networks:
web: web: