Homelab
Contents Files
yaml

docker-compose.yml

259 B 9 lines Modified View on GitHub Download
yaml
version: '3.2'services:    changedetection:      image: ghcr.io/dgtlmoon/changedetection.io      container_name: change-detection      hostname: changedetection      volumes:        - /data/misc/changedetection:/datastore      restart: unless-stopped