Skip to content

Instantly share code, notes, and snippets.

@dharma017
Forked from gregorycoleman/docker-compose.yml
Created January 8, 2017 07:27
Show Gist options
  • Save dharma017/0b27e3b7d86b6d24f73dc6e2c2ddba41 to your computer and use it in GitHub Desktop.
Save dharma017/0b27e3b7d86b6d24f73dc6e2c2ddba41 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