use traefik 2.1.2
run
./traefik --configFile=traefik.etcd.toml
show error
command traefik error: field not found, node: etcd
my traefik.etcd.toml is
[providers]
[providers.docker]
exposedByDefault = false
[providers.etcd]
endpoints = ["127.0.0.1:2379"]
rootKey = "traefik"