Skip to content

Instantly share code, notes, and snippets.

@gregorycoleman
Last active January 8, 2017 07:27
Show Gist options
  • Save gregorycoleman/a547df0c69e246014f8bb260bb0f0e35 to your computer and use it in GitHub Desktop.
Save gregorycoleman/a547df0c69e246014f8bb260bb0f0e35 to your computer and use it in GitHub Desktop.
hub:
image: selenium/hub
ports:
- "4444:4444"
container_name: hub
node:
image: selenium/node-firefox
links:
- hub
environment:
- HUB_PORT_4444_TCP_ADDR=hub
- HUB_PORT_4444_TCP_PORT=4444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment