diff --git a/traefik/files/traefik.toml b/traefik/files/traefik.toml index c91c3c2..474da95 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -1,5 +1,5 @@ -{% for section in config.items() -%} -[{{ section }}] +{% for section in config -%} +[{{ section.key() }}] {% for key, val in section.items() -%} {{ key }} = {{ val }} {% endfor -%}