From 60e252c414807647767ffd3ac3c45d96b99da19f Mon Sep 17 00:00:00 2001 From: mmvanheusden <50550545+mmvanheusden@users.noreply.github.com> Date: Tue, 7 Jun 2022 16:06:15 +0200 Subject: [PATCH] Remove random tab in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd6b241..e3e5aca 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ services: # Volumes store your data between container upgrades volumes: - './etc-pihole:/etc/pihole' - - './etc-dnsmasq.d:/etc/dnsmasq.d' + - './etc-dnsmasq.d:/etc/dnsmasq.d' # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities cap_add: - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed