Closed tuupola closed 1 year ago
Domain defaults to localhost which can be used when testing. Otherwise set to your own domain. Default username is "admin" and password is whatever you set it when deploying.
$ CREDENTIALS=$(htpasswd -nB admin) docker stack deploy -c traefik.yaml traefik $ DOMAIN=example.com CREDENTIALS=$(htpasswd -nB admin) docker stack deploy -c traefik.yaml traefik
Traefik dashboard will be available at:
https://traefik.localhost https://traefik.example.com
Domain defaults to localhost which can be used when testing. Otherwise set to your own domain. Default username is "admin" and password is whatever you set it when deploying.
Traefik dashboard will be available at:
https://traefik.localhost https://traefik.example.com