removed dhcp from pihole bc it kind of sucks :/

This commit is contained in:
Michael Scalzetti 2022-09-13 18:42:47 -04:00
parent 3c9634854f
commit f3f9093b6a

View File

@ -18,8 +18,6 @@ services:
ports: ports:
- "53:53/tcp" - "53:53/tcp"
- "53:53/udp" - "53:53/udp"
- "67:67/udp"
- "68:68/udp"
- "80:80/tcp" - "80:80/tcp"
environment: environment:
TZ: "America/New_York" TZ: "America/New_York"