1
0

chore(deps): update pihole/pihole docker tag to v2026 (#4116)

This commit is contained in:
renovate[bot]
2026-02-19 22:12:00 +08:00
committed by GitHub
parent 3d81a0e7ee
commit 4790c2f3c4
4 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
networks:
1panel-network:
external: true
services:
pihole:
image: pihole/pihole:2026.02.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode: host
cap_add:
- NET_ADMIN
expose:
- 67/udp
- 53
- 53/udp
- ${PANEL_APP_PORT_HTTP}
volumes:
- ${PIHOLE_ROOT_PATH}/pihole:/etc/pihole
- ${PIHOLE_ROOT_PATH}/dnsmasq.d:/etc/dnsmasq.d
environment:
- WEB_PORT=${PANEL_APP_PORT_HTTP}
- TZ=Asia/Shanghai
- DHCP_ACTIVE=true