We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug traefik dashboard and whoami.docker.localhost not working
To Reproduce Steps to reproduce the behavior:
Expected behavior Add insecure=true in traefik.yml to make dashboard working
but still whoami.docker.localhost is giving 404
The text was updated successfully, but these errors were encountered:
Yes, its not working, even catapp.localhost on chapter-2 also not working;
Sorry, something went wrong.
Describe the bug traefik dashboard and whoami.docker.localhost not working To Reproduce Steps to reproduce the behavior: 'run current 02-Configure-Traefik/docker-compose.file.yml' try opening dashboard 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"
No branches or pull requests
Describe the bug
traefik dashboard and whoami.docker.localhost not working
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Add insecure=true in traefik.yml to make dashboard working
but still whoami.docker.localhost is giving 404
The text was updated successfully, but these errors were encountered: