tiangolo / dockerswarm.rocks

Docker Swarm mode rocks! Ideas, tools and recipes. Get a production-ready, distributed, HTTPS served, cluster in minutes, not weeks.

Home Page:https://dockerswarm.rocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What are the things to look when traefik.<domain name> is not loading?

deepakpjose opened this issue · comments

Hi Team,

Thanks for the steps to enable https using traefik. I'm new to docker and web hosting.

After following the steps in the page, I'm unable to open traefik.domain name.
DNS record is set in my godaddy account to point to my aws address and I can see in nslookup output.

Can someone tell me the things to look when traefik.domain name gets a connection time out error?

Thanks,
Deepak

You'll want to use use docker service logs -f <traefik-service> to trail the logs, traefik will normally tell you all you need to know.

Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues.