From 6133f6bf3d6e2a410c62d27c3523b3fc4f5a77e1 Mon Sep 17 00:00:00 2001 From: ka2er Date: Wed, 19 Apr 2023 22:50:15 +0200 Subject: [PATCH] ENH : point webdriver to 127.0.0.1:4444/wd/hub instead of browser-chrome:4444/wd/hub cloud help for #948 #851 --- install/changedetection-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh index fc9832c7..53c78041 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -34,6 +34,7 @@ After=network-online.target [Service] Type=simple WorkingDirectory=/opt/changedetection +Environment="WEBDRIVER_URL=http://127.0.0.1:4444/wd/hub" ExecStart=changedetection.io -d /opt/changedetection -p 5000 [Install] WantedBy=multi-user.target