I get a timeout when trying to docker-compose run --rm nightwatch:
Starting nightwatch_chromedriver_1 ...
Starting nightwatch_nginx_1 ... done
Waiting for nginx:80 to become available ... done
Waiting for chromedriver:4444 to become available ... done
Waiting for chromedriver:6060 to become available ... timeout
How can fix this? Where does this port even come from? The blueimp/chromedriver package only specifies 4444 ...
I get a timeout when trying to
docker-compose run --rm nightwatch
:How can fix this? Where does this port even come from? The blueimp/chromedriver package only specifies 4444 ...
Thank you!