mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-11 14:49:24 +02:00
update pi-hole
This commit is contained in:
parent
864ff2837e
commit
99f1cb0856
@ -1,6 +1,8 @@
|
||||
pihole
|
||||
======
|
||||
|
||||

|
||||
|
||||
The [Pi-hole®][1] is a DNS sinkhole that protects your devices from unwanted
|
||||
content, without installing any client-side software.
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: "3.7"
|
||||
version: "3.8"
|
||||
services:
|
||||
pihole:
|
||||
image: pihole/pihole:v4.4-armhf
|
||||
image: pihole/pihole
|
||||
ports:
|
||||
- "53:53/udp"
|
||||
- "80:80/tcp"
|
||||
@ -11,6 +11,5 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- WEBPASSWORD=******
|
||||
- DNS1=172.18.0.1#5300
|
||||
- DNS2=no
|
||||
- PIHOLE_DNS_=8.8.8.8#53;8.8.4.4#53
|
||||
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user