diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 4741b95..9709bcd 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -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 %}