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