mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Update app version [skip ci]
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
pihole:
|
||||
image: pihole/pihole:2026.06.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
|
||||
Reference in New Issue
Block a user