I followed the docs to get a docker stack deployment on a single node running Ubuntu 20.04.2.
Unfortunately, I get a 404 returned by Traefik when navigating to domain.tld on port 80/443
However, https://api.domain.tld appears to be working fine. I’m getting responses and the Let’s Encrypt cert is installed. Is this expected behavior?
I can authenticate to https://dashboard.lamp.digital by specifying api.domain.tld as the domain, the username ‘admin’ and the password generated by the server when curl’ing the api endpoint. Is this also expected behavior?
How do I validate a successful deployment?