diff --git a/traefik/files/traefik.toml b/traefik/files/traefik.toml index 3828702..dd5a8e7 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -1,6 +1,8 @@ {% for section in config -%} -{#- [{{ section.key() }}] -#} +[{{ section }}] +{#- {% for key, val in section.iteritems() -%} {{ key }} = {{ val }} {% endfor -%} {% endfor -%} + -#} \ No newline at end of file