Files
appstore-1panel/apps/pi-hole-dhcp/2026.02.0/docker-compose.yml
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github-action update-app-version
c504cafb83 chore(deps): update pihole/pihole docker tag to v2026 (#4738)
* chore(deps): update pihole/pihole docker tag to v2026

* Update app version [skip ci]

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2026-02-25 10:03:08 +08:00

30 lines
675 B
YAML

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}
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
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