Adding sample configs
This commit is contained in:
parent
4a0bc16dcb
commit
9ced187134
3 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,7 @@ services:
|
|||
pihole:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:latest
|
||||
hostname: syn-hole
|
||||
hostname: pi-hole
|
||||
mac_address: d0:ca:ab:cd:ef:01
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
|
2
pihole/config/dnsmasq.conf
Executable file
2
pihole/config/dnsmasq.conf
Executable 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
5
pihole/config/hosts
Executable 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
|
Loading…
Reference in a new issue