mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
update selenium
This commit is contained in:
13
selenium/docker-compose-node.yml
Normal file
13
selenium/docker-compose-node.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
firefox:
|
||||
image: selenium/node-firefox
|
||||
ports:
|
||||
- "5555:5555"
|
||||
- "5900:5900"
|
||||
environment:
|
||||
- JAVA_OPTS=-Xmx512m
|
||||
- NODE_MAX_INSTANCES=2
|
||||
- NODE_MAX_SESSION=2
|
||||
- SE_OPTS=-host 5.6.7.8 -port 5555
|
||||
- HUB_PORT_4444_TCP_ADDR=1.2.3.4
|
||||
- HUB_PORT_4444_TCP_PORT=4444
|
||||
restart: always
|
||||
Reference in New Issue
Block a user