Add Pi-Hole compose file
This commit is contained in:
commit
0c4ab869dc
15
pi-hole.yaml
Normal file
15
pi-hole.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
pi_hole:
|
||||||
|
container_name: pi-hole
|
||||||
|
image: pihole/pihole:latest
|
||||||
|
ports:
|
||||||
|
- "53:53/tcp"
|
||||||
|
- "53:53/udp"
|
||||||
|
- "314:80/tcp"
|
||||||
|
environment:
|
||||||
|
- WEBPASSWORD=
|
||||||
|
volumes:
|
||||||
|
- <docker directory>/pi-hole:/etc/pihole
|
||||||
|
- <docker directory>/pi-hole/dns:/etc/dnsmasq.d
|
||||||
|
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user