Merge branch 'master' of github.com:diginc/docker-pi-hole into dev

This commit is contained in:
Adam Hill 2019-09-15 20:23:47 -05:00
commit e061deee3e
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
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