diff --git a/Pi.Alert/compose.yaml b/Pi.Alert/compose.yaml index 21cb245..c79b92d 100644 --- a/Pi.Alert/compose.yaml +++ b/Pi.Alert/compose.yaml @@ -35,8 +35,7 @@ services: # - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server # - "83:80/tcp" networks: - name: enp36s0-vlan - external: true + enp36s0-vlan environment: TZ: 'America/Chicago' FTLCONF_LOCAL_IPV4: 192.168.1.195 @@ -50,6 +49,6 @@ services: # cap_add: # - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed restart: unless-stopped -networks: + networks: name: enp36s0-vlan external: true \ No newline at end of file