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:
Michael Grote 2021-05-17 10:52:10 +02:00
parent 6919ea9bd9
commit 39a64c7b26

View file

@ -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