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"