This commit is contained in:
@ -1,3 +1,5 @@
|
||||
{
|
||||
"userland-proxy": false
|
||||
"userland-proxy": false,
|
||||
"metrics-addr" : "0.0.0.0:9323",
|
||||
"experimental" : true
|
||||
}
|
@ -27,4 +27,11 @@
|
||||
comment: Service user
|
||||
groups: docker
|
||||
append: yes
|
||||
|
||||
- name: Allow docker exporter via ufw
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
port: 9323
|
||||
proto: tcp
|
||||
src: 192.168.69.0/24
|
||||
...
|
||||
|
Reference in New Issue
Block a user