Closed xplosionmind closed 8 months ago
Note: I get the same error message also when visiting http://mailtrain.tommi.space
. Nevertheless, when I visit http://my.ip.address:3000
I see everything! It probably is a Traefik error.
Your service / backend name don't align. Maybe try
labels:
- "traefik.enable=true"
- "traefik.mailtrain.backend=mailtrain"
- "traefik.mailtrain.frontend.rule=Host:mailtrain.tommi.space"
- "traefik.mailtrain.frontend.headers.SSLRedirect=true"
- "traefik.mailtrain.port=3000"
- "traefik.mailtrain.protocol=http"
// edit: actually I'm a bit confused. Is this on traefik 1.7 or 2.x?
I changed this as you pointed out. unfortunately, still the same result. I am using Traefik 2.4
And like this?
labels:
- "traefik.enable=true"
- "traefik.http.routers.mailtrain.rule=Host(`mailtrain.tommi.space`)"
- "traefik.http.routers.mailtrain.tls=true"
- "traefik.http.services.mailtrain.loadbalancer.server.port=3000"
Your config looks like a mix of 1.X and 2.x to me.
https://doc.traefik.io/traefik/routing/providers/docker/#routers for full docs.
We are going to start with the development and testing of mailtrain v3 in the next weeks.
You are welcome to help us with the testing as soon as the first release candidate is available.
Hello, the following is my
docker-compose.yml
. I pasted in here the content ofdocker-compose.override.yml
Once I visit
https://mailtrain.tommi.space
, I get404 page not found
(see screenshot at the bottom). Where is my error (note: Traefik is up and running correctly, I have other containers which use it and they are ok)The error message:
Thank y'all very much in advance!