Pihole Deployment With Synology Container Manager (DSM 7.2) @TechMeOut5
Pihole Deployment With Synology Container Manager (DSM 7.2)  @TechMeOut5
Uploaded June 2023 | Updated September 2026, 2 weeks ago
Pihole deployment with Synology container manager is in certain cases much easier and more customizable than the old fashion way. no more running scripts or needing to use SSH commands.

Pihole is a great tool to filter out annoying ads and with adding additional lists, pihole can also filter out privacy violating sites, malware sites, etc. Pihole deployment with Synology container manager is definitely something i recommend to all Synology owners.

With the new DSM 7.2 container manager package, you can create containers the old fashion way but now, we have the option to use standard docker compose configurations with east. Pihole deployment with Synology container manager with docker compose is the topic of this video.

Pihole deployment with Synology container manager, much like any other containers you might deploy with container manager, can start with docker compose file you find online with ease and just modify the configuration based on your needs. yes, it does require some YAML understanding but its not difficult to understand.

As promised, here is the site i used to add lists into my pihole instance after I deployed with Synology container manager:
firebog.net

Here is my Pihole docker compose code:

version: "3"

services:
pihole:
container_name: pihole
image: pihole/pihole:latest
network_mode: "host"
environment:
TZ: 'America/Chicago'
WEBPASSWORD: 'pipassword'
WEB_PORT: '8081'
volumes:
- '/volume1/docker/Pihole/pihole:/etc/pihole'
- '/volume1/docker/Pihole/dnsmasq.d:/etc/dnsmasq.d'
restart: unless-stopped

#synology #docker #pihole

Follow us on twitter: twitter.com/techmeout5
Join our Synology Facebook group: facebook.com/groups/synousergroup
Join our Ubiquiti UniFi Facebook group: facebook.com/groups/ubntusergroup
Pihole Deployment With Synology Container Manager (DSM 7.2)Sonoff ZBMINIR2: Easy to Install, Easy on Your Wallet!Synology SRM 1.3 Vlan Configuration (Finally!)Control WiFi Broadcast in UniFi With Access Point Groups (2022)Synology DSM 7 Exclusive Feature - Hybrid Share (2021)Aqara FP300: The Presence Sensor We’ve Been Waiting For (Battery mmWave)Tech Me Out & Quik Tech Solutions - Live StreamUniFi Network With a Non UniFi Firewall (pfSense With Layer 3 Adoption)Home Assistant on NSPanel Pro 120: The Update Weve Been Waiting For! (Almost)Take a Hike VMware! (Migrate to Proxmox)Tech Me Out Live StreamI Replaced My UDM Pro… Was It a Mistake?
Tech Me Out |

Pihole Deployment With Synology Container Manager (DSM 7.2)

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER