Fixed indentation
This commit is contained in:
parent
738ad81999
commit
639a8f3bc9
@ -111,12 +111,12 @@ services:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.logging.driver is defined %}
|
{% if container.logging.driver is defined %}
|
||||||
logging:
|
logging:
|
||||||
driver: {{ container.logging.driver }}
|
driver: {{ container.logging.driver }}
|
||||||
{% if container.logging.options is defined %}
|
{% if container.logging.options is defined %}
|
||||||
options:
|
options:
|
||||||
{% for option in container.logging.options %}
|
{% for option in container.logging.options %}
|
||||||
{{ option }}: {{ container.logging.options[option] }}
|
{{ option }}: {{ container.logging.options[option] }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user