added dhcp support

This commit is contained in:
Michael Scalzetti 2022-09-13 18:04:56 -04:00
parent 4e2abdf2cc
commit 3c9634854f

View File

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