fix error message: '[/etc/systemd/system/docker.service.d/docker-options.conf:3] Failed to parse mount flag , ignoring.'
This commit is contained in:
parent
c4b1808983
commit
d973ecf5cc
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
[Service]
|
[Service]
|
||||||
Environment="DOCKER_OPTS={{ docker_options | default('') }} \
|
Environment="DOCKER_OPTS={{ docker_options | default('') }} --iptables=false"
|
||||||
--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 %}
|
||||||
|
|
Loading…
Reference in a new issue