Pull and start changedetection.io
This single command downloads the changedetection.io image and starts it in the background. Your watch data is saved in a folder called 'datastore' inside the current directory, so it survives restarts. Port 5000 is where the web UI will live.
On Windows PowerShell, $(pwd) may not expand correctly.
Replace $(pwd) with the full path, e.g. C:\Users\YourName\datastore — use forward slashes: C:/Users/YourName/datastore
