From 49e2dc090a7641ffd4a788be36a820a618aa305e Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Tue, 6 Jan 2026 10:45:11 +0100 Subject: [PATCH] fix: Use specific version --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9889596..39fcfbb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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.