0

I just want to open the driver with selenium-docker, but for some reason I can't connect to the host

My repository:

https://github.com/ribeirosaimon/selenium_teste

<< I need to wait Browser, Thx! >>

Saimon
  • 31
  • 5

1 Answers1

1

Your chrome node is attached to different network that other services. Remove any mentioning of networks from your docker-compose.yaml.

Docker-compose creates temporary bridge network by default for the services which are started from one file.

Alexey R.
  • 8,057
  • 2
  • 11
  • 27