Update pihole/docker-compose.yml

This commit is contained in:
2025-12-10 03:23:08 +00:00
parent 2520cef0c0
commit 19fc476c84

View File

@@ -1 +1,20 @@
pi hole goes here!! services:
pihole:
image: pihole/pihole:latest
container_name: pihole
ports:
- "53:53/tcp"
- "53:53/udp"
- "67:67/udp"
- "80:80/tcp"
- "443:443/tcp"
environment:
TZ: 'Europe/London'
FTLCONF_webserver_api_password: '43RadleyRoad'
FTLCONF_dns_listeningMode: all
volumes:
- '/media/disk/docker/pihole:/etc/pihole'
cap_add:
- NET_ADMIN
restart: unless-stopped