Add PiHole container with custom DNS

Not adding an entire volume for something that should be in change control, tyvm
This commit is contained in:
2021-02-20 11:11:30 -06:00
parent beea81af26
commit b90b9372de
2 changed files with 6 additions and 0 deletions

2
dns-pihole/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM pihole/pihole:latest
COPY custom.list /etc/pihole/custom.list