update selenium

This commit is contained in:
kev 2021-05-28 16:16:06 +08:00
parent f816cb6185
commit 73c53c09f7
3 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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:

View File

@ -1,5 +1,5 @@
chrome:
image: selenium/node-chrome:3.141.59-neon
image: selenium/node-chrome:3.141.59
ports:
- "5555:5555"
volumes: