Fixed indentation

This commit is contained in:
Corbin Bartsch 2022-05-04 06:47:36 -04:00
parent 738ad81999
commit 639a8f3bc9
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

View File

@ -111,12 +111,12 @@ services:
{% endfor %}
{% endif %}
{% if container.logging.driver is defined %}
logging:
driver: {{ container.logging.driver }}
logging:
driver: {{ container.logging.driver }}
{% if container.logging.options is defined %}
options:
options:
{% for option in container.logging.options %}
{{ option }}: {{ container.logging.options[option] }}
{{ option }}: {{ container.logging.options[option] }}
{% endfor %}
{% endif %}
{% endif %}