From 978db8762e021abfdb44e715040480ccac58a722 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sun, 18 Sep 2022 15:18:48 +0100 Subject: [PATCH] Add note about selenium support --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index a9f1ed6..acb7f4c 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -57,7 +57,7 @@ app_setup_block_enabled: true app_setup_block: | Webui is accessible at http://SERVERIP:PORT - Please note that this image does not contain the [Playwright content fetcher](https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher#docker-compose-based) due to a lack of support for muslc-based systems. If you require this feature please use the [official container](https://github.com/dgtlmoon/changedetection.io#docker) + Please note that this image does not contain the [Playwright content fetcher](https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher#docker-compose-based) due to a lack of support for muslc-based systems. If you require this feature please use [Selenium](https://github.com/linuxserver/docker-changedetection.io/issues/3#issuecomment-1250251715) or the [official container](https://github.com/dgtlmoon/changedetection.io#docker) For more info read [the wiki](https://github.com/dgtlmoon/changedetection.io/wiki).