2022-12-14 19:11:59 +00:00
|
|
|
docker run --net main_subnet --ip 172.30.12.1 \
|
|
|
|
-e TZ=America/New_York \
|
|
|
|
--name=changedetector \
|
|
|
|
-v /opt/changedetector/datastore:/datastore \
|
2022-12-14 19:26:17 +00:00
|
|
|
-e WEBDRIVER_URL="http://172.30.13.1:4444/wd/hub" \
|
2022-12-14 19:11:59 +00:00
|
|
|
--restart unless-stopped \
|
|
|
|
dgtlmoon/changedetection.io
|