diff --git a/Fetching-pages-with-WebDriver.md b/Fetching-pages-with-WebDriver.md index 4c923eb..b0ceb44 100644 --- a/Fetching-pages-with-WebDriver.md +++ b/Fetching-pages-with-WebDriver.md @@ -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