feat: update adguardhome-sync 0.7.8-ls144

This commit is contained in:
arch3rPro
2025-09-01 17:08:04 +08:00
parent c793d1f37b
commit 80af82c390
2 changed files with 1 additions and 1 deletions

View File

@@ -1,20 +0,0 @@
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.8
labels:
createdBy: Apps
networks:
1panel-network:
external: true