1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00

update selenium (hub)

This commit is contained in:
kev 2016-11-22 19:39:24 +08:00
parent 2f72168c15
commit 78f8b4b314

@ -0,0 +1,27 @@
hub:
image: selenium/hub
ports:
- "4444:4444"
restart: always
firefox:
image: selenium/node-firefox-debug
ports:
- "5555"
- "5900"
links:
- hub
environment:
- JAVA_OPTS=-Xmx512m
restart: always
chrome:
image: selenium/node-chrome-debug
ports:
- "5555"
- "5900"
links:
- hub
environment:
- JAVA_OPTS=-Xmx512m
restart: always