Update Pi.Alert/compose.yaml

This commit is contained in:
theflyingfool 2024-05-02 16:50:47 -05:00
parent 8826cd1530
commit e1ae6657d6

View File

@ -49,4 +49,7 @@ services:
# # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities # # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
# cap_add: # cap_add:
# - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed # - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
restart: unless-stopped restart: unless-stopped
networks:
name: enp36s0-vlan
external: true