Created
September 15, 2020 14:00
-
-
Save seleniumgists/431bea6aab14b002428af8533432e2d9 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firefox: | |
image: selenium/node-firefox:4.0.0-alpha-7-prerelease-20200907 | |
volumes: | |
- /dev/shm:/dev/shm | |
depends_on: | |
- selenium-hub | |
environment: | |
- SE_EVENT_BUS_HOST=selenium-hub | |
- SE_EVENT_BUS_PUBLISH_PORT=4442 | |
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443 | |
ports: | |
- "6901:5900" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment