Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

traefik dashboard and whoami.docker.localhost not working #2

Open
ghost opened this issue Dec 26, 2020 · 2 comments
Open

traefik dashboard and whoami.docker.localhost not working #2

ghost opened this issue Dec 26, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 26, 2020

Describe the bug
traefik dashboard and whoami.docker.localhost not working

To Reproduce
Steps to reproduce the behavior:

  1. 'run current 02-Configure-Traefik/docker-compose.file.yml'
  2. try opening dashboard
  3. will not open

Expected behavior
Add insecure=true in traefik.yml to make dashboard working

but still whoami.docker.localhost is giving 404

@jdaku
Copy link

jdaku commented Mar 20, 2021

Yes, its not working, even catapp.localhost on chapter-2 also not working;

@simsrw73
Copy link

Describe the bug traefik dashboard and whoami.docker.localhost not working

To Reproduce Steps to reproduce the behavior:

  1. 'run current 02-Configure-Traefik/docker-compose.file.yml'
  2. try opening dashboard
  3. will not open

Expected behavior Add insecure=true in traefik.yml to make dashboard working

but still whoami.docker.localhost is giving 404

In my previous (delete) reply, I forgot one of the changes I had made after I reset. Here is what I posted in the Q&A in the course:

I got one variation to work but some others I tried, which I expected to work, did not work. I obviously still don't know what I'm doing.

Two things: 1) swarmMode wants a different configuration that what is supplied, and exposedByDefault: false requires the service to be enabled.

The config that works is traefik.yml: set swarmMode: false. And docker-compose.file.yml: add under whoami/label and new entry "- traefik.enable=true"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants