Traefik - 502 Bad Gateway Traefik - 502 Bad Gateway docker docker

Traefik - 502 Bad Gateway


I noticed in the commented code you have used the following ports.

#ports:  #- 5080:80  #- 5443:443#Alternatively for non-root images:  # - 80:8080  # - 443:4433

But the port you have used in the label is 5343,

- traefik.http.services.vault-https.loadbalancer.server.port=5345 

Can you please double check if this is the right port?