Changedetection.io
version: '3.3'
services:
changedetection.io:
restart: unless-stopped
ports:
- '5001:5000' #5000:5000
volumes:
- '/srv/path/Files/ChangeDetection/datastore:/datastore'
container_name: changedetection.io
image: dgtlmoon/changedetection.io
No Comments