diff --git a/traefik/files/traefik.toml b/traefik/files/traefik.toml index f6c54e6..b008ed6 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -1,4 +1,4 @@ -{% for section in config -%} +{% for section in config.keys() -%} [{{ section }}] {% for key, val in section.iteritems() -%} {{ key }} = {{ val }}