Update Pi.Alert/compose.yaml
This commit is contained in:
parent
e1ae6657d6
commit
9234897853
@ -35,8 +35,7 @@ services:
|
|||||||
# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
||||||
# - "83:80/tcp"
|
# - "83:80/tcp"
|
||||||
networks:
|
networks:
|
||||||
name: enp36s0-vlan
|
enp36s0-vlan
|
||||||
external: true
|
|
||||||
environment:
|
environment:
|
||||||
TZ: 'America/Chicago'
|
TZ: 'America/Chicago'
|
||||||
FTLCONF_LOCAL_IPV4: 192.168.1.195
|
FTLCONF_LOCAL_IPV4: 192.168.1.195
|
||||||
@ -50,6 +49,6 @@ services:
|
|||||||
# 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:
|
networks:
|
||||||
name: enp36s0-vlan
|
name: enp36s0-vlan
|
||||||
external: true
|
external: true
|
Loading…
Reference in New Issue
Block a user