File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 %}
@@ -177,8 +177,10 @@ services:
177177{% if container .healthcheck .retries is defined %}
178178 retries: {{ container.healthcheck.retries }}
179179{% endif %}
180+ {% if container .healthcheck .start_period is defined %}
180181 start_period: {{ container.healthcheck.start_period }}
181182{% endif %}
183+ {% endif %}
182184{% if container .deploy .resources .reservations .devices is defined %}
183185 deploy:
184186 resources:
You can’t perform that action at this time.
0 commit comments