2025-02-11 19:12:02 +01:00

16 lines
339 B
YAML

services:
pihole:
image: pihole/pihole:latest
ports:
- '53:53/tcp'
- '53:53/udp'
- '67:67/udp'
- '80:80/tcp'
environment:
- TZ=Europe/Berlin
- WEBPASSWORD=risICE3!risICE3!
volumes:
- './etc-pihole:/etc/pihole'
- './etc-dnsmasq.d:/etc/dnsmasq.d'
restart: unless-stopped