remove extra quotes from test

This commit is contained in:
Jason Learst 2024-04-22 13:27:06 -04:00
parent 35ffb6e327
commit 893f29bd0c

@ -167,7 +167,7 @@ services:
{% endif %}
{% if container.healthcheck is defined %}
healthcheck:
test: "{{ container.healthcheck.test }}"
test: {{ container.healthcheck.test }}
{% if container.healthcheck.interval is defined %}
interval: {{ container.healthcheck.interval }}
{% endif %}