From e1ae6657d634237ded88e8b1abfd2d7e6f588fb5 Mon Sep 17 00:00:00 2001 From: theflyingfool Date: Thu, 2 May 2024 16:50:47 -0500 Subject: [PATCH] Update Pi.Alert/compose.yaml --- Pi.Alert/compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pi.Alert/compose.yaml b/Pi.Alert/compose.yaml index f5b9c26..21cb245 100644 --- a/Pi.Alert/compose.yaml +++ b/Pi.Alert/compose.yaml @@ -49,4 +49,7 @@ services: # # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities # cap_add: # - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed - restart: unless-stopped \ No newline at end of file + restart: unless-stopped +networks: + name: enp36s0-vlan + external: true \ No newline at end of file