debug = false logLevel = "ERROR" defaultEntryPoints = ["https","http"] [entryPoints] [entryPoints.http] address = ":80" [entryPoints.http.redirect] entryPoint = "https" [entryPoints.https] address = ":443" [entryPoints.https.tls] [entryPoints.traefik] address = ":9000" [retry] [docker] endpoint = "unix:///var/run/docker.sock" domain = "mydomain.io" watch = true exposedByDefault = false [acme] email = "letsencrypt@mydomain.io" storage = "acme.json" entryPoint = "https" onHostRule = true [acme.httpChallenge] entryPoint = "http" [api] entryPoint = "traefik" dashboard = true