aerokube / selenoid

Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
https://aerokube.com/selenoid/latest/
Apache License 2.0
2.57k stars 322 forks source link

Not using `network_mode: bridge`? #356

Closed kaygee closed 6 years ago

kaygee commented 6 years ago

In the documentation for docker-compose I noticed the following...

To avoid network problems between browser drivers inside containers and Selenoid when using Docker Compose for combining with another services (such as UI or ggr) you need to enable bridge network mode for all services:

As long as I don't use the ui or ggr should I be ok?

vania-pooh commented 6 years ago

Should be ok then.

vania-pooh commented 6 years ago

@kaygee any more stuff to discuss here?