feat: update adguardhome-sync

This commit is contained in:
arch3rPro
2025-07-07 12:15:41 +08:00
parent 1e12d347fb
commit 744309ae26
5 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
adguardhome-sync:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- ./config:/config
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
image: linuxserver/adguardhome-sync:0.7.6
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true