Updated Fetching pages with WebDriver (markdown)

master
dgtlmoon 2022-04-07 16:27:31 +02:00
rodzic b89b1ad994
commit 6d369d39a7
1 zmienionych plików z 3 dodań i 3 usunięć

@ -23,11 +23,11 @@ docker run -d \
selenium/standalone-chrome-debug:3.141.59
docker run -d \
--name changedetection.io \
--name changedetectionio \
--restart unless-stopped \
--link selenium \
-p 5000:5000 \
-e WEBDRIVER_URL="http://localhost:4444/wd/hub" \
-p 5001:5000 \
-e WEBDRIVER_URL="http://selenium:4444/wd/hub" \
-v datastore-volume:/datastore \
dgtlmoon/changedetection.io