|
@ -1,6 +1,5 @@ |
|
|
[Service] |
|
|
[Service] |
|
|
Environment="DOCKER_OPTS={{ docker_options | default('') }} \ |
|
|
|
|
|
--iptables=false" |
|
|
|
|
|
|
|
|
Environment="DOCKER_OPTS={{ docker_options | default('') }} --iptables=false" |
|
|
{% if docker_mount_flags is defined and docker_mount_flags != "" %} |
|
|
{% if docker_mount_flags is defined and docker_mount_flags != "" %} |
|
|
MountFlags={{ docker_mount_flags }} |
|
|
MountFlags={{ docker_mount_flags }} |
|
|
{% endif %} |
|
|
{% endif %} |