Attempt to fix newline before image
templating
This commit is contained in:
parent
c8a2518b31
commit
4fc2d8547f
@ -3,7 +3,8 @@
|
|||||||
services:
|
services:
|
||||||
{% for container in containers %}
|
{% for container in containers %}
|
||||||
{% if container.active %}
|
{% if container.active %}
|
||||||
{{ container.service_name }}:{% if container.anchor is defined %} &{{ container.anchor }}{% endif %}
|
{{ container.service_name }}:{% if container.anchor is defined %} &{{ container.anchor }}
|
||||||
|
{% endif %}
|
||||||
{% if container.fragment is defined %}
|
{% if container.fragment is defined %}
|
||||||
<<: *{{ container.fragment }}
|
<<: *{{ container.fragment }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user