From f4f92cc7c19507c3b4f683d80a2088c62d5c387e Mon Sep 17 00:00:00 2001 From: caretaker Date: Wed, 6 May 2026 14:16:15 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20pihole.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pihole.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pihole.yml diff --git a/pihole.yml b/pihole.yml new file mode 100644 index 0000000..3327cd0 --- /dev/null +++ b/pihole.yml @@ -0,0 +1,21 @@ +services: + pihole: + container_name: pihole + image: pihole/pihole:latest + ports: + - '53:53/tcp' + - '53:53/udp' + - '82:80/tcp' + - '4443:443/tcp' + environment: + TZ: 'Asia/Yekaterinburg' + FTLCONF_webserver_api_password: 'trpcar' + FTLCONF_misc_check_load: false + FTLCONF_dns_listeningMode: 'ALL' + volumes: + - './etc-pihole:/etc/pihole' + cap_add: + - NET_ADMIN + - SYS_TIME + - SYS_NICE + restart: unless-stopped \ No newline at end of file