linuxserver/changedetection.io.

154,123 35 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/changedetection.io
Build Time 20 Nov 2024 11:04:35
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.47.06 20 Nov 2024 at 11:04:34

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

CLI

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