ufw: Docker aufgeräumt
This commit is contained in:
parent
a8340f655a
commit
80705c0220
1 changed files with 1 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue