Skip to content

Commit a4c6ef1

Browse files
Update Unbound.md
small version adaptation for the instructions, text correction and update version tag of used pihole image Signed-off-by: LizenzFass78851 <[email protected]>
1 parent 062b946 commit a4c6ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Unbound.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ version: '2'
7272
services:
7373
pihole:
7474
container_name: pihole
75-
image: pihole/pihole:2025.02.4 # <- update image version here, see: https://github.com/pi-hole/docker-pi-hole/releases
75+
image: pihole/pihole:2025.02.7 # <- update image version here, see: https://github.com/pi-hole/docker-pi-hole/releases
7676
ports:
7777
- 53:53/tcp # DNS
7878
- 53:53/udp # DNS
@@ -83,7 +83,7 @@ services:
8383
- TZ=Europe/Berlin
8484
- FTLCONF_webserver_api_password=<Hier das Passwort eintragen>
8585
# Für das Lokale erreichen der Geräte unter der Domain des Routers (z.B. fritz.box)
86-
# Siehe: https://github.com/pi-hole/docker-pi-hole/tree/2025.02.4?tab=readme-ov-file#optional-variables
86+
# Siehe: https://github.com/pi-hole/docker-pi-hole/tree/2025.02.7?tab=readme-ov-file#optional-variables
8787
- FTLCONF_dns_revServers=
8888
# Verbindung zu Unbound
8989
- FTLCONF_dns_upstreams=unbound # Hardcoded to our Unbound server

0 commit comments

Comments
 (0)