From c93ed9fd0fbc13b22ed7a4eaf78c451f190b1628 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Mon, 25 Nov 2024 14:22:19 +0800 Subject: [PATCH] feat: Support for Changedetection.io v0.47.06 --- changedetectionio/{0.45 => 0.47.06}/data.yml | 0 changedetectionio/{0.45 => 0.47.06}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename changedetectionio/{0.45 => 0.47.06}/data.yml (100%) rename changedetectionio/{0.45 => 0.47.06}/docker-compose.yml (86%) diff --git a/changedetectionio/0.45/data.yml b/changedetectionio/0.47.06/data.yml similarity index 100% rename from changedetectionio/0.45/data.yml rename to changedetectionio/0.47.06/data.yml diff --git a/changedetectionio/0.45/docker-compose.yml b/changedetectionio/0.47.06/docker-compose.yml similarity index 86% rename from changedetectionio/0.45/docker-compose.yml rename to changedetectionio/0.47.06/docker-compose.yml index 4b3011161..6afab807c 100644 --- a/changedetectionio/0.45/docker-compose.yml +++ b/changedetectionio/0.47.06/docker-compose.yml @@ -8,7 +8,7 @@ services: - "${PANEL_APP_PORT_HTTP}:5000" volumes: - "./data:/datastore" - image: dgtlmoon/changedetection.io:0.45 + image: dgtlmoon/changedetection.io:0.47.06 labels: createdBy: "Apps"