Pi-Hole back to config dir.

This commit is contained in:
Raphaël Numbus
2026-02-16 14:40:42 +01:00
parent c6ce0be03e
commit bd05897efa
3 changed files with 19 additions and 21 deletions
+2 -4
View File
@@ -3,6 +3,7 @@
let
container_name = "pi-hole";
compose_file = "podman/pi-hole/compose.yaml";
config_dir = "/mnt/config/pi-hole";
in
{
@@ -42,7 +43,7 @@ in
FTLCONF_ntp_ipv6_active: "false"
FTLCONF_ntp_sync_active: "false"
volumes:
- pi-hole_data:/etc/pihole
- ${config_dir}:/etc/pihole
cap_add:
- SYS_NICE
labels:
@@ -56,9 +57,6 @@ in
- traefik.http.routers.pihole-https.tls.certresolver=cloudflare
restart: unless-stopped
volumes:
pi-hole_data:
networks:
pi-hole_frontend:
external: true