Created
June 9, 2017 18:10
-
-
Save diemol/b7b59490d8bc31b3ecdf32ba72e132ed to your computer and use it in GitHub Desktop.
This file contains 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
version: '2' | |
services: | |
# Used for my local environment | |
selenium: | |
image: selenium/standalone-chrome:3.4.0 | |
ports: | |
- "4444:4444" # WebDriver | |
- "5900:5900" # VNC | |
environment: | |
- TZ=Europe/Moscow | |
- JAVA_OPTS=-Xmx4G | |
- DBUS_SESSION_BUS_ADDRESS=/dev/null | |
shm_size: 1g | |
volumes: | |
- /dev/shm:/dev/shm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment