Meng Sen 2342184c78 发布应用 Pi-hole
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-12-06 13:17:24 +08:00

28 lines
644 B
YAML

networks:
1panel-network:
external: true
services:
pihole:
image: pihole/pihole:2024.07.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode: host
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