Compare commits
3 commits
0efdd63427
...
aaebd3872f
Author | SHA1 | Date | |
---|---|---|---|
aaebd3872f | |||
1c69a41d61 | |||
a521b213a9 |
1 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
[api]
|
||||
dashboard = true
|
||||
insecure = true
|
||||
|
||||
[metrics]
|
||||
[metrics.prometheus]
|
||||
|
@ -34,6 +35,8 @@
|
|||
exposedByDefault = false
|
||||
defaultRule = "Host(`{{ normalize .Name }}.docker.localhost`)"
|
||||
|
||||
# we are loading an additional file, as some options can only be defined
|
||||
# in a 'dynamic' file config, not in this main config file.
|
||||
[providers.file]
|
||||
directory = "/etc/traefik/dynamic"
|
||||
watch = true
|
||||
|
|
Loading…
Reference in a new issue