feat: expose dhcp ports on adguard

This commit is contained in:
2025-12-15 22:36:40 +00:00
parent fa69b4f1ad
commit 7e834f2bce

View File

@@ -13,6 +13,10 @@ services:
- "8080:80/tcp" # Access UI via http://your-ip:8080 - "8080:80/tcp" # Access UI via http://your-ip:8080
- "3022:3000/tcp" # Required for the initial setup wizard - "3022:3000/tcp" # Required for the initial setup wizard
# DHCP Ports
- "192.168.0.41:67:67/udp"
- "192.168.0.41:68:68/udp"
volumes: volumes:
- ./work:/opt/adguardhome/work - ./work:/opt/adguardhome/work
- ./conf:/opt/adguardhome/conf - ./conf:/opt/adguardhome/conf