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