added privileged support

This commit is contained in:
IronicBadger 2020-09-17 20:12:04 -04:00
parent bd43f77f86
commit 6a8e17c50d

View File

@ -16,6 +16,9 @@ services:
{% if container.network_mode is defined %}
network_mode: {{ container.network_mode }}
{% endif %}
{% if container.privileged is defined %}
privileged: {{ container.privileged }}
{% endif %}
{% if container.volumes is defined %}
volumes:
{% for volume in container.volumes %}