api: insecure: true dashboard: true providers: docker: endpoint: unix:///var/run/docker.sock entryPoints: gitssh: address: ":10022" web: address: ":80" # http: # redirections: # entryPoint: # to: websecure # scheme: https websecure: address: ":443" certificatesResolvers: le: acme: email: jason@jasonplayne.com storage: /etc/traefik/acme.json httpChallenge: # used during the challenge entryPoint: web #accessLog: {} metrics: prometheus: {}