blueimp / nightwatch

This project is deprecated in favor of blueimp/wdio.
https://github.com/blueimp/wdio
134 stars 43 forks source link

"Waiting for chromedriver:6060" timeout #14

Closed fhaubold closed 6 years ago

fhaubold commented 6 years ago

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 ...

Thank you!

fhaubold commented 6 years ago

Fixed - did not stop the container with docker-compose down -v between tries ...