---
version: "2"
services:
adguardhome-sync:
image: linuxserver/adguardhome-sync:0.6.13
container_name: adguardhome-sync
restart: unless-stopped
environment:
- TZ=Europe/London # Specify a timezone to use
- PUID=1000 # User ID to run as
- PGID=1000 # Group ID to run as
- CONFIGFILE=/config/adguardhome-sync.yaml # Optional - Set a custom config file.
volumes:
- /host/path/to/config:/config # Contains all relevant configuration files.
ports:
- 8080:8080/tcp # Web API