Abbreviated instructions for setting up pi-hole without disrupting your existing network. Replace 192.168.7.47
with your Synology's internal IP address.
- Under
Docker / Image
, addhttps://hub.docker.com/r/pihole/pihole/
from URL. Select latest. - Create a new container using the previously added image. Use the following advanced settings:
- Enable auto-restart
- Override the ports:
53 -> 53 53 -> 53 8181 -> 80
- Add an ENV variable for your server's IP:
ServerIP=192.168.7.47
- Open up
192.168.7.47:8181/admin
and complete your setup. - Change your router's DNS server to
192.168.7.47
.