Sharif Nassar 2024-03-11 19:24:33 -07:00
parent e6f222c44c
commit a0a8eafd90

View File

@ -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 %}