From 80705c0220a2ddc76b142c62deac4068c8068901 Mon Sep 17 00:00:00 2001 From: Michael Grote <38253905+quotengrote@users.noreply.github.com> Date: Thu, 31 Dec 2020 15:14:22 +0100 Subject: [PATCH] =?UTF-8?q?ufw:=20Docker=20aufger=C3=A4umt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- group_vars/docker.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/group_vars/docker.yml b/group_vars/docker.yml index 4ecdf638..a27fcbc9 100644 --- a/group_vars/docker.yml +++ b/group_vars/docker.yml @@ -6,26 +6,7 @@ protocol: tcp comment: 'ssh' from_ip: 192.168.2.0/24 - - rule: allow - to_port: 80 - comment: 'docker-traefik' - from_ip: 192.168.2.0/24 - - rule: allow - to_port: 443 - comment: 'docker-traefik' - from_ip: 192.168.2.0/24 - - rule: allow - to_port: 8080 - comment: 'docker-traefik' - from_ip: 192.168.2.0/24 - - rule: allow - to_port: 333 - comment: 'docker-homer' - from_ip: 192.168.2.0/24 - - rule: allow - to_port: 3001 - comment: 'docker-rssbridge' - from_ip: 192.168.2.0/24 + # Weitere Regeln sind nicht notwendig da Docker iptables selber verwaltet. # - rule: allow # comment: 'alles erlauben' ### geerlingguy.docker