Unarchive and update adguardhome-sync

This commit is contained in:
2025-07-30 22:04:57 +05:30
parent 54100e9e03
commit ab6ff63efd
2 changed files with 19 additions and 22 deletions

View File

@@ -1,22 +0,0 @@
# Docker Compose configuration for AdGuardHome Sync service
services:
adguardhome-sync:
# Basic container configuration
container_name: adguardhome-sync
image: docker.io/linuxserver/adguardhome-sync:0.7.6
restart: unless-stopped
# Environment configuration
environment:
- PUID=${PUID} # User ID for the container
- PGID=${PGID} # Group ID for the container
- TZ=${TZ} # Timezone
# Persistent storage configuration
volumes:
- ${CONFIG_PATH}:/config # Maps host config directory to container
# Network port configuration
ports:
- ${PORT}:8080 # Web interface port