Update pihole/docker-compose.yml

This commit is contained in:
theflyingfool 2024-05-02 18:26:05 -05:00
parent d245df9385
commit 9a859cedec

View File

@ -6,11 +6,11 @@ services:
container_name: pihole
image: pihole/pihole:latest
# # For DHCP it is recommended to remove these ports and instead add: #network_mode: "host"
# ports:
# - "53:53/tcp"
# - "53:53/udp"
# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
# - "83:80/tcp"
ports:
- "53:53/tcp"
- "53:53/udp"
- "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
- "83:80/tcp"
environment:
TZ: 'America/Chicago'
# FTLCONF_LOCAL_IPV4: 192.168.1.195