realtarget / traefik2-docker-stack

Take a look at my traefik version 2 configurations including traefik v2, portainer, atlassian jira, atlassian confluence, atlassian crowd and rocket chat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

traefik dashboard changes

khassel opened this issue · comments

Hi,

since traefik release v2.0.0-rc3 your dashboard setup is broken.

Replacing

- "traefik.http.services.traefik.loadbalancer.server.port=8080"

with

- "traefik.http.routers.traefik.service=api@internal"

works.

Thanks for the info. Fixed + tested with traefik v2.0.0-rc4.