azure-quickstart-templates icon indicating copy to clipboard operation
azure-quickstart-templates copied to clipboard

Could find url to the traefik dashboard in the portainer/traefik docker template

Open dauphinpasdroit opened this issue 1 year ago • 2 comments

docker-portainer-traefik-windows-vm

Hey,

I have a little issue regarding the template deployment for traefik and portainer.

I found the portainer URL to connect to the dashboard. Unfortunately, I couldn't find any dashboard URL for traefik.

The dashboard feature was activated (--api.dashboard=true). I tried:

  • dsname/api
  • dnsname/dashboard
  • dnsname/traefik/api
  • dnsname/traefik/dashboard
  • dnsname/traefik/api/
  • dnsname/traefik/dashboard/
  • etc...

Thank you for the help :)

dauphinpasdroit avatar Oct 12 '22 14:10 dauphinpasdroit

@tfenster ?

bmoore-msft avatar Oct 20 '22 21:10 bmoore-msft

@alphaxr6 did you set traefik.enable=true on line 28 in docker-compose.yml? You will find it below f:\compose. If you haven't done that, you need to change it and run docker-compose up -d from a terminal with working directory f:\compose as well

tfenster avatar Oct 20 '22 21:10 tfenster