linuxserver/changedetection.io.

52,627 31 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/changedetection.io
Build Time 30 Nov 2023 20:38:47
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.45.8 30 Nov 2023 at 20:38:47

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  changedetection.io:
    image: linuxserver/changedetection.io:0.45.8
    container_name: changedetection.io
    restart: no

CLI

docker create \
  --name=changedetection.io \  --restart no \
  linuxserver/changedetection.io:0.45.8