ENH : point webdriver to 127.0.0.1:4444/wd/hub instead of browser-chrome:4444/wd/hub

cloud help for #948 #851
pull/1349/head
ka2er 2 years ago committed by GitHub
parent bd7c1ee7db
commit 6133f6bf3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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

Loading…
Cancel
Save