added privileged support
This commit is contained in:
parent
bd43f77f86
commit
6a8e17c50d
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user