kleiner fix weil sonst Certs nicht erneuert werden können
This commit is contained in:
parent
058f5b7ca7
commit
ccb4197aa0
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
|
@ -29,7 +28,7 @@ certificatesResolvers:
|
|||
email: "{{ letsencrypt_email }}"
|
||||
storage: "/letsencrypt/acme.json"
|
||||
#caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||
tlsChallenge:
|
||||
tlsChallenge: true
|
||||
|
||||
|
||||
providers:
|
||||
|
|
Loading…
Reference in a new issue