Skip to content

Commit

Permalink
Merge pull request #27 from Marco98/master
Browse files Browse the repository at this point in the history
Traefik v2 certresolver
  • Loading branch information
BretFisher authored Jan 18, 2021
2 parents a652600 + 007cf19 commit 64c3480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- --entryPoints.websecure.address=:443
- --entrypoints.websecure.http.tls=true
# - --entrypoints.web.http.redirections.entryPoint.to=websecure # force HTTPS
# - --entrypoints.web.http.tls.certresolver=default
# - --entrypoints.websecure.http.tls.certresolver=default
## optional LetsEncrypt settings
# - --certificatesResolvers.default.acme.email=${TRAEFIK_ACME_EMAIL}
# - --certificatesResolvers.default.acme.storage=/etc/traefik/acme/acme.json
Expand Down

0 comments on commit 64c3480

Please sign in to comment.