mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
pihole:
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
container_name: pi-hole-dhcp
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- WEB_PORT=${PANEL_APP_PORT_HTTP}
|
||||
- TZ=Asia/Shanghai
|
||||
- DHCP_ACTIVE=true
|
||||
expose:
|
||||
- 67/udp
|
||||
- 53
|
||||
- 53/udp
|
||||
- ${PANEL_APP_PORT_HTTP}
|
||||
image: pihole/pihole:2025.08.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: host
|
||||
restart: always
|
||||
volumes:
|
||||
- ${PIHOLE_ROOT_PATH}/pihole:/etc/pihole
|
||||
- ${PIHOLE_ROOT_PATH}/dnsmasq.d:/etc/dnsmasq.d
|
||||
Reference in New Issue
Block a user