Added possibility to disable acme (Let's Encrypt). Traefik will then only use self-signed certificates
This commit is contained in:
parent
497034a6a6
commit
5d3ca738c0
2 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ traefik_virtual_host: localhost
|
|||
traefik:
|
||||
expose_internally: True
|
||||
expose_externally: False
|
||||
enable_acme: False
|
||||
use_acme_staging: True
|
||||
dns_challenge_provider: False
|
||||
# NOT WORKING YET!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue