1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

update pihole

This commit is contained in:
kev 2018-08-25 12:10:28 +08:00
parent 82e98b0d3f
commit be24170bfb
2 changed files with 3 additions and 2 deletions

@ -2,4 +2,5 @@ pihole
======
- https://pi-hole.net/
- https://github.com/pi-hole/pi-hole/wiki
- https://hub.docker.com/r/pihole/pihole/

@ -10,10 +10,10 @@ pihole:
- ./data/pihole:/etc/pihole
- ./data/dnsmasq.d:/etc/dnsmasq.d
environment:
- ServerIP=192.168.31.195
- ServerIP=10.0.0.195
- WEBPASSWORD=random
- DNS1=8.8.8.8
- DNS2=8.8.4.4
- DNS2=no
cap_add:
- NET_ADMIN
restart: unless-stopped