From fa044d0129a107be692237e98cfb2dfc17746fbb Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 3 Jul 2019 10:53:30 -0700 Subject: [PATCH] Correct inconsistent indentation the contents of `volumes` was indented an extra space. Signed-off-by: Daniel Hoherd --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8f7bb1..6b063c7 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ services: # WEBPASSWORD: 'set a secure password here or it will be random' # Volumes store your data between container upgrades volumes: - - './etc-pihole/:/etc/pihole/' - - './etc-dnsmasq.d/:/etc/dnsmasq.d/' + - './etc-pihole/:/etc/pihole/' + - './etc-dnsmasq.d/:/etc/dnsmasq.d/' dns: - 127.0.0.1 - 1.1.1.1