AdGuardHome Sync
Adguardhome-sync is a tool to synchronize AdGuardHome config to replica instances.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
adguardhome-sync:
image: lscr.io/linuxserver/adguardhome-sync:latest
container_name: adguardhome-sync
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- CONFIGFILE=/config/adguardhome-sync.yaml #optional
volumes:
- /path/to/adguardhome-sync/config:/config
ports:
- 8080:8080
restart: unless-stoppedResources
GitHub: https://github.com/bakito/adguardhome-sync
Docker Hub (LinuxServer.io): https://hub.docker.com/r/linuxserver/adguardhome-sync
Configuration: https://github.com/linuxserver/docker-adguardhome-sync