update pi-hole

This commit is contained in:
kev 2021-11-17 17:22:28 +08:00
parent 864ff2837e
commit 99f1cb0856
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,8 @@
pihole
======
![](https://pi-hole.github.io/graphics/Vortex/Vortex_with_text.png)
The [Pi-hole®][1] is a DNS sinkhole that protects your devices from unwanted
content, without installing any client-side software.

View File

@ -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