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
|
pihole
|
||||||
======
|
======
|
||||||
|
|
||||||
|

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