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