remove extra quotes from test
This commit is contained in:
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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user