Created
September 18, 2020 08:41
-
-
Save seleniumgists/51f933a7bbf0240d0845b989dacc2c09 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
services: | |
firefox: | |
image: selenium/node-firefox-debug | |
volumes: | |
- /dev/shm:/dev/shm | |
ports: | |
- "6901:5900" | |
depends_on: | |
- hub | |
environment: | |
HUB_HOST: hub | |
chrome: | |
image: selenium/node-chrome-debug | |
volumes: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment