diff --git a/traefik/files/traefik.toml b/traefik/files/traefik.toml index 98ab59f..7d65ff4 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -1,4 +1,4 @@ -{% for section in config.values() -%} +{% for section in config.items() -%} [{{ section }}] {% for key, val in section.iteritems() -%} {{ key }} = {{ val }}