Adding sample configs

This commit is contained in:
Chris Crowe 2019-02-04 21:03:59 -08:00
parent 4a0bc16dcb
commit 9ced187134
3 changed files with 8 additions and 1 deletions

View file

@ -4,7 +4,7 @@ services:
pihole: pihole:
container_name: pihole container_name: pihole
image: pihole/pihole:latest image: pihole/pihole:latest
hostname: syn-hole hostname: pi-hole
mac_address: d0:ca:ab:cd:ef:01 mac_address: d0:ca:ab:cd:ef:01
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN

2
pihole/config/dnsmasq.conf Executable file
View file

@ -0,0 +1,2 @@
address=/gateway/192.168.1.1
address=/pi-hole/pi-hole.local/192.168.1.248

5
pihole/config/hosts Executable file
View file

@ -0,0 +1,5 @@
127.0.0.1 pi-hole
::1 pi-hole
192.168.1.1 gateway
192.168.1.248 pi-hole