Fixed indentation
This commit is contained in:
parent
738ad81999
commit
639a8f3bc9
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user