From c932b8d1ca0c32ac45af3f13c46cc3085f7cbe4c Mon Sep 17 00:00:00 2001 From: yubiuser Date: Thu, 20 Feb 2025 22:28:44 +0100 Subject: [PATCH] Fix numbered list Signed-off-by: yubiuser --- docs/docker/upgrading/v5-v6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docker/upgrading/v5-v6.md b/docs/docker/upgrading/v5-v6.md index 2a7d1ee3..8f4aa56c 100644 --- a/docs/docker/upgrading/v5-v6.md +++ b/docs/docker/upgrading/v5-v6.md @@ -62,8 +62,8 @@ FTLCONF_dns_revServers: 'true,192.168.0.0/24,192.168.0.1#53,lan' Pi-hole v6 does not use `/etc/dnsmasq.d/` for it's config files anymore. If custom config files should used by Pi-hole you need -1) Mount the local folder containing the config files into `/etc/dnsmasq.d` into the container -2) Set the environment variable `FTLCONF_misc_etc_dnsmasq_d: 'true'` +1. Mount the local folder containing the config files into `/etc/dnsmasq.d` into the container +2. Set the environment variable `FTLCONF_misc_etc_dnsmasq_d: 'true'` If you only want to add a single/few `dnsmasq` config lines you can use the variable `FTLCONF_misc_dnsmasq_lines`. Each line should be separated with `;`