diff --git a/apps/changedetectionio/0.45/.env.sample b/apps/changedetectionio/0.49/.env.sample similarity index 100% rename from apps/changedetectionio/0.45/.env.sample rename to apps/changedetectionio/0.49/.env.sample diff --git a/apps/changedetectionio/0.45/data.yml b/apps/changedetectionio/0.49/data.yml similarity index 100% rename from apps/changedetectionio/0.45/data.yml rename to apps/changedetectionio/0.49/data.yml diff --git a/apps/changedetectionio/0.45/docker-compose.yml b/apps/changedetectionio/0.49/docker-compose.yml similarity index 87% rename from apps/changedetectionio/0.45/docker-compose.yml rename to apps/changedetectionio/0.49/docker-compose.yml index 75c4c971..8390ecfb 100644 --- a/apps/changedetectionio/0.45/docker-compose.yml +++ b/apps/changedetectionio/0.49/docker-compose.yml @@ -8,7 +8,7 @@ services: - "${PANEL_APP_PORT_HTTP}:5000" volumes: - "${DATA_PATH}:/datastore" - image: dgtlmoon/changedetection.io:0.45 + image: dgtlmoon/changedetection.io:0.49 labels: createdBy: "Apps"