mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update selenium
This commit is contained in:
parent
f816cb6185
commit
73c53c09f7
@ -1,9 +1,9 @@
|
||||
version: '3.7'
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
|
||||
hub:
|
||||
image: selenium/hub:3.141.59-selenium
|
||||
image: selenium/hub:3.141.59
|
||||
ports:
|
||||
- "4444:4444"
|
||||
volumes:
|
||||
@ -23,7 +23,7 @@ services:
|
||||
condition: on-failure
|
||||
|
||||
firefox:
|
||||
image: selenium/node-firefox:3.141.59-selenium
|
||||
image: selenium/node-firefox:3.141.59
|
||||
entrypoint: bash -c 'REMOTE_HOST=http://$$HOSTNAME:5555 /opt/bin/entry_point.sh'
|
||||
volumes:
|
||||
- /dev/shm:/dev/shm
|
||||
@ -44,7 +44,7 @@ services:
|
||||
condition: on-failure
|
||||
|
||||
chrome:
|
||||
image: selenium/node-chrome:3.141.59-selenium
|
||||
image: selenium/node-chrome:3.141.59
|
||||
entrypoint: bash -c 'REMOTE_HOST=http://$$HOSTNAME:5555 /opt/bin/entry_point.sh'
|
||||
volumes:
|
||||
- /dev/shm:/dev/shm
|
||||
|
@ -1,9 +1,9 @@
|
||||
version: '3'
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
|
||||
selenium-hub:
|
||||
image: selenium/hub:3.141.59-neon
|
||||
hub:
|
||||
image: selenium/hub:3.141.59
|
||||
ports:
|
||||
- "4444:4444"
|
||||
volumes:
|
||||
|
@ -1,5 +1,5 @@
|
||||
chrome:
|
||||
image: selenium/node-chrome:3.141.59-neon
|
||||
image: selenium/node-chrome:3.141.59
|
||||
ports:
|
||||
- "5555:5555"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user