File tree Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ services:
18
18
# - 5335:5335/tcp # Uncomment to enable unbound access on local server
19
19
# - 22/tcp # Uncomment to enable SSH
20
20
environment :
21
- ServerIP= ${ServerIP}
22
- TZ= ${TZ}
23
- WEBPASSWORD= ${WEBPASSWORD}
24
- REV_SERVER= ${REV_SERVER}
25
- REV_SERVER_TARGET= ${REV_SERVER_TARGET}
26
- REV_SERVER_DOMAIN= ${REV_SERVER_DOMAIN}
27
- REV_SERVER_CIDR= ${REV_SERVER_CIDR}
28
- PIHOLE_DNS_= 127.0.0.1#5335 # Hardcoded to our Unbound server
29
- DNSSEC= "true" # Enable DNSSEC
21
+ - ServerIP=${ServerIP}
22
+ - TZ=${TZ}
23
+ - WEBPASSWORD=${WEBPASSWORD}
24
+ - REV_SERVER=${REV_SERVER}
25
+ - REV_SERVER_TARGET=${REV_SERVER_TARGET}
26
+ - REV_SERVER_DOMAIN=${REV_SERVER_DOMAIN}
27
+ - REV_SERVER_CIDR=${REV_SERVER_CIDR}
28
+ - PIHOLE_DNS_=127.0.0.1#5335
29
+ - DNSSEC="true"
30
30
volumes :
31
31
- etc_pihole-unbound:/etc/pihole:rw
32
32
- etc_pihole_dnsmasq-unbound:/etc/dnsmasq.d:rw
Original file line number Diff line number Diff line change 1
- FROM pihole/pihole:2022.01 .1
1
+ FROM pihole/pihole:2022.02 .1
2
2
RUN apt update && apt install -y unbound
3
3
4
4
COPY lighttpd-external.conf /etc/lighttpd/external.conf
Original file line number Diff line number Diff line change 1
- 2022.01 .1
1
+ 2022.02 .1
Original file line number Diff line number Diff line change @@ -16,10 +16,9 @@ services:
16
16
- 80/tcp
17
17
- 22/tcp
18
18
environment :
19
- ServerIP : 192.168.1.5
20
- WEBPASSWORD : ${WEBPASSWORD}
21
- DNS1 : 192.168.1.6
22
- DNS2 : 192.168.1.13
19
+ - ServerIP=192.168.1.5
20
+ - WEBPASSWORD=${WEBPASSWORD}
21
+ - PIHOLE_DNS_192.168.1.6;192.168.1.13
23
22
volumes :
24
23
- /volume1/docker/pihole-unbound/pihole/volume:/etc/pihole:rw
25
24
- /volume1/docker/pihole-unbound/pihole/config/hosts:/etc/hosts:ro
@@ -52,4 +51,4 @@ networks:
52
51
config :
53
52
- subnet : 192.168.1.0/24
54
53
gateway : 192.168.1.1
55
- ip_range : 192.168.1.5/30 # 192.168.1.5 and 192.168.1.6
54
+ ip_range : 192.168.1.5/30 # 192.168.1.5 and 192.168.1.6
You can’t perform that action at this time.
0 commit comments