Docker – Traefik 3 returns "404 page not found" on mailpit 8025 port – cannot reverse proxy to specific container port
The problem is rather general but I have an example with mailpit: I cannot reverse proxy to a docker container app which uses a specific port. I'm using Traefik and I set up these files: Traefik/docker-compose.yaml: services: traefik: image: traefik:latest…