compose/pihole/compose.yaml

22 lines
468 B
YAML
Raw Permalink Normal View History

2023-03-09 22:10:22 +01:00
services:
pihole:
image: pihole/pihole:2022.10
container_name: pihole
restart: unless-stopped
ports:
- "53:53/tcp"
- "53:53/udp"
- "8082:80/tcp"
environment:
TZ: "Berlin/Europe"
WEBPASSWORD: "K2jgiRMxhBMYZpEV3MtXqdMb"
volumes:
- pihole_pihole-config:/etc/pihole/
- pihole_pihole-dnsmasq:/etc/dnsmasq.d/
volumes:
pihole_pihole-config:
external: true
pihole_pihole-dnsmasq:
external: true