Skip to content

Instantly share code, notes, and snippets.

@SalmonMode
Created September 11, 2019 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SalmonMode/d0a5d383f02da21c857130a8dca924f6 to your computer and use it in GitHub Desktop.
Save SalmonMode/d0a5d383f02da21c857130a8dca924f6 to your computer and use it in GitHub Desktop.
selenium_hub:
image: selenium/hub:latest
ports:
- "4444:4444"
chrome:
image: selenium/node-chrome:latest
volumes:
- /dev/shm:/dev/shm
depends_on:
- hub
environment:
HUB_HOST: selenium_hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment