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