From 8826cd1530544885690ee48c5a93b3bf8c107cfb Mon Sep 17 00:00:00 2001 From: theflyingfool Date: Thu, 2 May 2024 16:50:01 -0500 Subject: [PATCH] Update Pi.Alert/compose.yaml --- Pi.Alert/compose.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Pi.Alert/compose.yaml b/Pi.Alert/compose.yaml index dff057b..f5b9c26 100644 --- a/Pi.Alert/compose.yaml +++ b/Pi.Alert/compose.yaml @@ -29,15 +29,14 @@ services: container_name: pihole image: pihole/pihole:latest # # For DHCP it is recommended to remove these ports and instead add: #network_mode: "host" - networks: - default: - name: enp36s0-vlan - external: true # ports: # - "53:53/tcp" # - "53:53/udp" # - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server # - "83:80/tcp" + networks: + name: enp36s0-vlan + external: true environment: TZ: 'America/Chicago' FTLCONF_LOCAL_IPV4: 192.168.1.195