InsecureSkipVerify = true defaultEntryPoints = ["https", "http"] [entryPoints] [entryPoints.http] address = ":80" [entryPoints.http.redirect] entryPoint = "https" [entryPoints.https] address = ":443" compress = true [entryPoints.https.tls] [acme] email = "systems@example.com" storage = "/acme/acme.json" entryPoint = "https" OnHostRule = true [acme.httpChallenge] entryPoint = "http" [docker] endpoint = "unix:///var/run/docker.sock" domain = "docker.localhost" exposedbydefault = false watch = true