Install a single piece of software to protect your entire network from unwanted content. Instead of using browser plugins on each computer, you can install this tool in one place and every device connected to your network is automatically protected.
This network-level blocking allows you to block ads in non-traditional places such as mobile apps and smart TVs, regardless of the hardware or operating system. Since advertisements are blocked before they are downloaded, your overall network performance improves, making your internet feel significantly faster. You can even pair it with a VPN to block ads on your mobile devices when you're on the go.
Key features include:
services:
pihole:
container_name: pihole
image: pihole/pihole:latest
ports:
- "53:53/tcp"
- "53:53/udp"
- "80:80/tcp"
environment:
TZ: 'America/Chicago'
WEBPASSWORD: '${WEBPASSWORD}'
volumes:
- './etc-pihole:/etc/pihole'
- './etc-dnsmasq.d:/etc/dnsmasq.d'
cap_add:
- NET_ADMIN
restart: unless-stoppedWEBPASSWORD=your_super_secret_passwordAuto-fetched about 3 hours ago
Auto-fetched about 3 hours ago