Fix changedetector docker launch file to work with selenium

pull/4/head
drunkendog 2022-12-14 19:26:17 +00:00
parent 2beab87f92
commit 926d49755b
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@ docker run --net main_subnet --ip 172.30.12.1 \
-e TZ=America/New_York \
--name=changedetector \
-v /opt/changedetector/datastore:/datastore \
-e WEBDRIVER_URL="http://172.30.13.1:4444/wd/hub" \
--restart unless-stopped \
dgtlmoon/changedetection.io