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 = false
[acme.httpChallenge]
entryPoint = "http"
[entryPoints]
[entryPoints.http]
address = ":80"

View file

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