Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 333 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 333 Bytes

!! This image is only for linux/arm64/v8 based OSs. !!

This is a dhcp relay using the dhcp-helper.

How to use

Add the following service to your docker-compose file

dhcphelper:
  image: milouk/dhcp-helper
  restart: always
  network_mode: host
  command: -s <Your PiHole Bridge Network IP>
  cap_add:
   - NET_ADMIN