Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created September 15, 2020 14:00
Show Gist options
  • Save seleniumgists/431bea6aab14b002428af8533432e2d9 to your computer and use it in GitHub Desktop.
Save seleniumgists/431bea6aab14b002428af8533432e2d9 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
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