Merge pull request #24 from mrwacky42/stop-grace-period
Support stop_grace_period
This commit is contained in:
commit
ec4acd18f9
@ -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