From c56e9979f8eed63084dc10c988cf55822af70c93 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 15 Feb 2026 23:44:16 +0000 Subject: [PATCH] Update Security_Containers/pihole/compose.yaml --- Security_Containers/pihole/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Security_Containers/pihole/compose.yaml b/Security_Containers/pihole/compose.yaml index 758a584..22791f2 100644 --- a/Security_Containers/pihole/compose.yaml +++ b/Security_Containers/pihole/compose.yaml @@ -3,7 +3,7 @@ services: container_name: pihole image: pihole/pihole:latest hostname: pihole - domainname: gabesville # your local domain name + domainname: ${DOMAIN_NAME} # your local domain name #mac_address: de:ad:be:ef:ff:01 # can change or leave this #cap_add: # only needed if doing DHCP # - NET_ADMIN @@ -35,7 +35,7 @@ services: FTLCONF_LOCAL_IPV4: ${Pihole_IP} PIHOLE_DNS_: ${Pihole_IP} DNSSEC: "false" - VIRTUAL_HOST: ${SERVICE_NAME}.gabesville # Must be hostname + domainname from above + VIRTUAL_HOST: ${SERVICE_NAME}.${DOMAIN_NAME} # Must be hostname + domainname from above #WEBPASSWORD: "randompassword" WEBPASSWORD_FILE: "/run/secrets/piholepass" TZ: "America/Chicago"