remove extra quotes from test
This commit is contained in:
parent
35ffb6e327
commit
893f29bd0c
@ -167,7 +167,7 @@ services:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.healthcheck is defined %}
|
{% if container.healthcheck is defined %}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "{{ container.healthcheck.test }}"
|
test: {{ container.healthcheck.test }}
|
||||||
{% if container.healthcheck.interval is defined %}
|
{% if container.healthcheck.interval is defined %}
|
||||||
interval: {{ container.healthcheck.interval }}
|
interval: {{ container.healthcheck.interval }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user