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
|
||||
comment: 'ssh'
|
||||
from_ip: 192.168.2.0/24
|
||||
- rule: allow
|
||||
to_port: 5000
|
||||
protocol: tcp
|
||||
comment: 'rss-feed-changedetection'
|
||||
### geerlingguy.docker
|
||||
docker_users:
|
||||
- mg
|
||||
|
|
Loading…
Reference in a new issue