file provider reaktiviert (toml)
This commit is contained in:
parent
c54d2ca672
commit
60bbc253b1
|
|
@ -183,10 +183,10 @@
|
|||
watch = true
|
||||
exposedByDefault = false
|
||||
network = "traefik"
|
||||
#[providers]
|
||||
# [providers.file]
|
||||
# directory = "/path/to/config"
|
||||
# watch = true
|
||||
[providers]
|
||||
[providers.file]
|
||||
directory = "/etc/traefik/"
|
||||
watch = true
|
||||
|
||||
# Enable ACME (Let's Encrypt): automatic SSL.
|
||||
[certificatesResolvers.myresolver.acme]
|
||||
|
|
|
|||
Loading…
Reference in New Issue