mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-23 21:19:24 +02:00
update pihole-arm
This commit is contained in:
parent
7a2be93ddc
commit
32a80c9b5f
pihole-arm
@ -1,6 +1,10 @@
|
|||||||
pihole
|
pihole
|
||||||
======
|
======
|
||||||
|
|
||||||
- https://pi-hole.net/
|
The [Pi-hole®][1] is a DNS sinkhole that protects your devices from unwanted
|
||||||
|
content, without installing any client-side software.
|
||||||
|
|
||||||
- https://github.com/pi-hole/pi-hole/wiki
|
- https://github.com/pi-hole/pi-hole/wiki
|
||||||
- https://hub.docker.com/r/pihole/pihole/
|
- https://hub.docker.com/r/pihole/pihole/
|
||||||
|
|
||||||
|
[1]: https://pi-hole.net/
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
pihole:
|
version: "3.7"
|
||||||
image: pihole/pihole:v4.0_armhf
|
services:
|
||||||
|
pihole:
|
||||||
|
image: pihole/pihole:4.3.2-1_armhf
|
||||||
ports:
|
ports:
|
||||||
- 53:53/tcp
|
- 53:53/tcp
|
||||||
- 53:53/udp
|
- 53:53/udp
|
||||||
@ -10,10 +12,13 @@ pihole:
|
|||||||
- ./data/pihole:/etc/pihole
|
- ./data/pihole:/etc/pihole
|
||||||
- ./data/dnsmasq.d:/etc/dnsmasq.d
|
- ./data/dnsmasq.d:/etc/dnsmasq.d
|
||||||
environment:
|
environment:
|
||||||
- ServerIP=10.0.0.195
|
- TZ=Asia/Shanghai
|
||||||
- WEBPASSWORD=random
|
- WEBPASSWORD=******
|
||||||
- DNS1=8.8.8.8
|
- DNS1=8.8.8.8
|
||||||
- DNS2=no
|
- DNS2=no
|
||||||
|
dns:
|
||||||
|
- 127.0.0.1
|
||||||
|
- 1.1.1.1
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user