chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.04k stars 270 forks source link

subnetting #241

Open afreisinger opened 3 months ago

afreisinger commented 3 months ago

Hi In your docker-compose.yml you define a subrange for the macvlan network ip_range: 192.168.1.5/30 , but the HostMin is 192.168.1.6 and the HostMax 192.168.7, and you assign the network IP , 192.168.1.5, to one of the containers. It's right ?