Changedetection
---
services:
changedetection:
image: ghcr.io/dgtlmoon/changedetection.io
container_name: changedetect
restart: unless-stopped
hostname: changedetection.io
volumes:
- ./data:/datastore
environment:
- PUID=1000
- PGID=1000
ports:
- 5000:5000