Replace tabs with spaces
This commit is contained in:
parent
23ab24282c
commit
c8a2518b31
@ -5,7 +5,7 @@ services:
|
|||||||
{% 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 %}
|
||||||
image: {{ container.image }}
|
image: {{ container.image }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user