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