fix: Use specific version

This commit is contained in:
2026-01-06 10:45:11 +01:00
parent dcb3821ad1
commit 49e2dc090a

View File

@@ -7,7 +7,7 @@ networks:
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
services:
pihole:
image: pihole/pihole:latest
image: pihole/pihole:2024.07.0
ports:
# LSC: I am not relying on Traefik to proxy DNS, in order to not loose
# name resolution when restarting the reverse proxy.