Hi, I followed every step in the tutorial “How To Use Traefik v2 as a Reverse Proxy for Docker Containers on Ubuntu 20.04”. But when I’m trying to access the Traefik dashboard i get “404 page not found”. What am I doing wrong?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey!
If you’re encountering a “404 page not found” error when trying to access the Traefik dashboard, it’s likely an issue with the configuration in your docker-compose.yml or Traefik’s configuration file.
You will have to ensure that the Traefik dashboard is enabled in your configuration and check that the routing rules are correctly set up to forward requests to the Traefik dashboard.
Specifically, you should verify:
dashboard: true in traefik.yml).docker-compose.yml for the Traefik service, such as traefik.http.routers.traefik.rule=PathPrefix('/traefik').Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.