linuxserver/changedetection.io.

92,679 33 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/changedetection.io
Build Time 02 May 2024 10:43:18
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.45.22 02 May 2024 at 10:43:18

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.22
    container_name: changedetection.io
    restart: no

CLI

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