diff --git a/firewall-letsencrypt.json b/firewall-letsencrypt.json index c5d074b..692c726 100644 --- a/firewall-letsencrypt.json +++ b/firewall-letsencrypt.json @@ -30,11 +30,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ], diff --git a/firewall-smarthost-backend-dns.json b/firewall-smarthost-backend-dns.json index f27d786..9f35a6c 100644 --- a/firewall-smarthost-backend-dns.json +++ b/firewall-smarthost-backend-dns.json @@ -31,11 +31,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ], diff --git a/firewall-smarthost-loadbalancer-dns.json b/firewall-smarthost-loadbalancer-dns.json index 4f1e9b7..d84f3cc 100644 --- a/firewall-smarthost-loadbalancer-dns.json +++ b/firewall-smarthost-loadbalancer-dns.json @@ -31,11 +31,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ], diff --git a/firewall-smarthost-to-backend.json b/firewall-smarthost-to-backend.json index 8aaf6fd..8b8132b 100644 --- a/firewall-smarthost-to-backend.json +++ b/firewall-smarthost-to-backend.json @@ -31,11 +31,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ], diff --git a/firewall-smarthostloadbalancer-from-publicbackend.json b/firewall-smarthostloadbalancer-from-publicbackend.json index d0b7b7f..8c663d5 100644 --- a/firewall-smarthostloadbalancer-from-publicbackend.json +++ b/firewall-smarthostloadbalancer-from-publicbackend.json @@ -31,11 +31,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ], diff --git a/smarthost-proxy-scheduler.json b/smarthost-proxy-scheduler.json index b525546..b4a7de6 100644 --- a/smarthost-proxy-scheduler.json +++ b/smarthost-proxy-scheduler.json @@ -55,11 +55,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ],