Enable HTTP challenge
This commit is contained in:
parent
9f72fd90ed
commit
cf5c2aae50
2 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue