Skip to content

Commit c932b8d

Browse files
committed
Fix numbered list
Signed-off-by: yubiuser <[email protected]>
1 parent c6d95fa commit c932b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docker/upgrading/v5-v6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ FTLCONF_dns_revServers: 'true,192.168.0.0/24,192.168.0.1#53,lan'
6262

6363
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
6464

65-
1) Mount the local folder containing the config files into `/etc/dnsmasq.d` into the container
66-
2) Set the environment variable `FTLCONF_misc_etc_dnsmasq_d: 'true'`
65+
1. Mount the local folder containing the config files into `/etc/dnsmasq.d` into the container
66+
2. Set the environment variable `FTLCONF_misc_etc_dnsmasq_d: 'true'`
6767

6868

6969
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 `;`

0 commit comments

Comments
 (0)