Hi the community
I'm new to traefik configuration and I can't get it working as reverse proxy, always get the "bad gateway" error...
Looking for others topics, I wonder about some misconfiguration in my server (just a new Raspberry PI4 with debian 10 and docker + docker-compose)
Going to my new container with IP:port works, but try to access with sub.domain.com doesn't work with error "bad gateway". I also added the port with label into my docker compose:
labels:
- "traefik.http.routers.jeedom.rule=Host(`home.nico.si`)"
- "traefik.http.services.jeedom.loadbalancer.server.port=8084"
Also, when I add the "whoami" test container, this work, without forcing the port value into label...
My complete docker compose config
Is there something wrong in my config ? Thanks