Skip to content

Commit 893f29b

Browse files
committed
remove extra quotes from test
1 parent 35ffb6e commit 893f29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ services:
167167
{% endif %}
168168
{% if container.healthcheck is defined %}
169169
healthcheck:
170-
test: "{{ container.healthcheck.test }}"
170+
test: {{ container.healthcheck.test }}
171171
{% if container.healthcheck.interval is defined %}
172172
interval: {{ container.healthcheck.interval }}
173173
{% endif %}

0 commit comments

Comments
 (0)