多个toml文件无法识别后端

我有简单的tomlconfiguration文件

defaultEntryPoints = ["http"] logLevel = "DEBUG" debug = true [entryPoints] [entryPoints.http] address = ":80" [file] directory = "/etc/traefik/rules.d/" watch = true 

rules.d /中的toml文件无法识别也无法加载,我正在使用最新的docker build。 如果我使用文件名而不是目录,它的工作原理。

我想你正在使用1.3.8, directory的支持与1.4( https://github.com/containous/traefik/pull/1672