ufw: docker: port 5000 für changedetection (#95)
ufw: docker: port 5000 für changedetection Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#95 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
6919ea9bd9
commit
39a64c7b26
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
comment: 'ssh'
|
comment: 'ssh'
|
||||||
from_ip: 192.168.2.0/24
|
from_ip: 192.168.2.0/24
|
||||||
|
- rule: allow
|
||||||
|
to_port: 5000
|
||||||
|
protocol: tcp
|
||||||
|
comment: 'rss-feed-changedetection'
|
||||||
### geerlingguy.docker
|
### geerlingguy.docker
|
||||||
docker_users:
|
docker_users:
|
||||||
- mg
|
- mg
|
||||||
|
|
Loading…
Reference in a new issue