Update Pi.Alert/compose.yaml
This commit is contained in:
parent
f9eba84a69
commit
8826cd1530
@ -29,15 +29,14 @@ services:
|
|||||||
container_name: pihole
|
container_name: pihole
|
||||||
image: pihole/pihole:latest
|
image: pihole/pihole:latest
|
||||||
# # For DHCP it is recommended to remove these ports and instead add: #network_mode: "host"
|
# # For DHCP it is recommended to remove these ports and instead add: #network_mode: "host"
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
name: enp36s0-vlan
|
|
||||||
external: true
|
|
||||||
# ports:
|
# ports:
|
||||||
# - "53:53/tcp"
|
# - "53:53/tcp"
|
||||||
# - "53:53/udp"
|
# - "53:53/udp"
|
||||||
# - "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:
|
||||||
|
name: 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
|
||||||
|
Loading…
Reference in New Issue
Block a user