From 3da21e0e2fa077dd9e3c526d30a1ec7fb0535147 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Fri, 2 Aug 2024 19:26:01 -0400 Subject: [PATCH] Add runtime option --- templates/docker-compose.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 22e34b7..9f08245 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -59,6 +59,9 @@ services: - {{ group }} {% endfor %} {% endif %} +{% if container.runtime is defined %} + runtime: {{ container.runtime }} +{% endif %} {% if container.devices is defined %} devices: {% for device in container.devices %}