Example docker-compose.yml
services:
changedetection:
image: ghcr.io/dgtlmoon/changedetection.io
container_name: changedetection
volumes:
- ./changedetection-data:/datastore
environment:
- LOGGER_LEVEL=TRACE
- BASE_URL=https://example.com
- TZ=Europe/Berlin
restart: unless-stopped