From 7177214043fcf4d87757984319a84674cd2a5f6b Mon Sep 17 00:00:00 2001 From: theflyingfool Date: Thu, 2 May 2024 16:46:48 -0500 Subject: [PATCH] Utilize MacVLan Utilize MacVLan --- Pi.Alert/compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Pi.Alert/compose.yaml b/Pi.Alert/compose.yaml index fb679a3..00b1081 100644 --- a/Pi.Alert/compose.yaml +++ b/Pi.Alert/compose.yaml @@ -29,6 +29,10 @@ 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"