Enable HTTP challenge

This commit is contained in:
paul 2018-01-17 20:19:59 +01:00 committed by Hive
parent 9f72fd90ed
commit cf5c2aae50
2 changed files with 6 additions and 2 deletions

View file

@ -11,6 +11,10 @@ onDemand = false
#OnHostRule = true #OnHostRule = true
OnHostRule = false OnHostRule = false
[acme.httpChallenge]
entryPoint = "http"
[entryPoints] [entryPoints]
[entryPoints.http] [entryPoints.http]
address = ":80" address = ":80"

View file

@ -2,8 +2,8 @@ version: '2'
services: services:
proxy: proxy:
image: traefik image: traefik:1.5
command: --logLevel=INFO command: --logLevel=ERROR
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"