From 8d2e668b4264f4f050df9160a1b6417ce064aa1e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 4 Feb 2026 13:12:57 +0100 Subject: [PATCH] Fix name --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6e658e98c..d15b1dece 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,9 +19,9 @@ services: # Plugins! See https://changedetection.io/plugins for more plugins. # Install additional Python packages (processor plugins, etc.) # Example: Install the OSINT reconnaissance processor plugin - # - EXTRA_PACKAGES=changedetection.io-osint + # - EXTRA_PACKAGES=changedetection.io-osint-processor # Multiple packages can be installed by separating with spaces: - # - EXTRA_PACKAGES=changedetection.io-osint another-plugin + # - EXTRA_PACKAGES=changedetection.io-osint-processor another-plugin # # # Uncomment below and the "sockpuppetbrowser" to use a real Chrome browser (It uses the "playwright" protocol)