file provider reaktiviert (toml)

This commit is contained in:
Czechman 2022-11-28 02:14:35 +01:00
parent c54d2ca672
commit 60bbc253b1
1 changed files with 4 additions and 4 deletions

View File

@ -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]