Support stop_grace_period
https://docs.docker.com/compose/compose-file/compose-file-v3/#stop_grace_period
This commit is contained in:
parent
e6f222c44c
commit
a0a8eafd90
@ -160,5 +160,8 @@ services:
|
||||
{% if container.restart is defined %}
|
||||
restart: {{ container.restart }}
|
||||
{% endif %}
|
||||
{% if container.stop_grace_period is defined %}
|
||||
stop_grace_period: {{ container.stop_grace_period }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user