mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-17 14:10:51 +02:00
update pihole
This commit is contained in:
parent
82e98b0d3f
commit
be24170bfb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user