Correct inconsistent indentation

the contents of `volumes` was indented an extra space.

Signed-off-by: Daniel Hoherd <daniel.hoherd@gmail.com>
This commit is contained in:
Daniel 2019-07-03 10:53:30 -07:00 committed by Daniel Hoherd
parent 4eb10fd63a
commit fa044d0129
1 changed files with 2 additions and 2 deletions

View File

@ -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