toml zookeeper doc fix (#948)
Having that slash there causes traefik to be able to get keys from ZK
This commit is contained in:
parent
3bb3658d7d
commit
6b20d2a5f3
1 changed files with 1 additions and 1 deletions
|
@ -1241,7 +1241,7 @@ watch = true
|
|||
#
|
||||
# Optional
|
||||
#
|
||||
prefix = "/traefik"
|
||||
prefix = "traefik"
|
||||
|
||||
# Override default configuration template. For advanced users :)
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue