Hello, I'm having an issue with the blocky template where adding the http 4000 port to both the config, or the docker itself doesn't actually expose the media port/endpoint for Prometheus... I'm not sure what I'm doing wrong. My config: upstreams: groups: default: - "https://185.95.218.42/dns-query#dns.digitale-gesellschaft.ch" - "https://80.241.218.68/dns-query#fdns1.dismail.de" - "https://46.182.19.48/dns-query#dns2.digitalcourage.de" strategy: parallel_best --- blocking: denylists: hagezi-pro: - https://raw.githubusercontent.com/hagezi/dns-blocklists/main/hosts/pro.txt allowlists: common_exceptions: - https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/whitelist-referral-native.txt clientGroupsBlock: default: - hagezi-pro - common_exceptions - personal_exceptions --- caching: minTime: 5m maxTime: 30m --- log: level: error --- prometheus: enable: true path: /metrics --- ports: dns: 53 http: 4000