From 99f1cb0856e842525b3bb0b16051adfb5a28d1f1 Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 17 Nov 2021 17:22:28 +0800 Subject: [PATCH] update pi-hole --- {pihole-arm => pihole}/README.md | 2 ++ {pihole-arm => pihole}/docker-compose.yml | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) rename {pihole-arm => pihole}/README.md (78%) rename {pihole-arm => pihole}/docker-compose.yml (72%) diff --git a/pihole-arm/README.md b/pihole/README.md similarity index 78% rename from pihole-arm/README.md rename to pihole/README.md index 85e27a8..ec0e6e1 100644 --- a/pihole-arm/README.md +++ b/pihole/README.md @@ -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. diff --git a/pihole-arm/docker-compose.yml b/pihole/docker-compose.yml similarity index 72% rename from pihole-arm/docker-compose.yml rename to pihole/docker-compose.yml index 4913099..4e3412c 100644 --- a/pihole-arm/docker-compose.yml +++ b/pihole/docker-compose.yml @@ -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