6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
|
[Service]
|
||
|
Environment="DOCKER_OPTS={{ docker_options|default('') }} --iptables={{ docker_iptables_enabled | default('false') }}"
|
||
|
{% if docker_mount_flags is defined and docker_mount_flags != "" %}
|
||
|
MountFlags={{ docker_mount_flags }}
|
||
|
{% endif %}
|