1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00

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

@ -1,9 +1,9 @@
version: '3.7' version: '3.8'
services: services:
hub: hub:
image: selenium/hub:3.141.59-selenium image: selenium/hub:3.141.59
ports: ports:
- "4444:4444" - "4444:4444"
volumes: volumes:
@ -23,7 +23,7 @@ services:
condition: on-failure condition: on-failure
firefox: 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' entrypoint: bash -c 'REMOTE_HOST=http://$$HOSTNAME:5555 /opt/bin/entry_point.sh'
volumes: volumes:
- /dev/shm:/dev/shm - /dev/shm:/dev/shm
@ -44,7 +44,7 @@ services:
condition: on-failure condition: on-failure
chrome: 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' entrypoint: bash -c 'REMOTE_HOST=http://$$HOSTNAME:5555 /opt/bin/entry_point.sh'
volumes: volumes:
- /dev/shm:/dev/shm - /dev/shm:/dev/shm

@ -1,9 +1,9 @@
version: '3' version: '3.8'
services: services:
selenium-hub: hub:
image: selenium/hub:3.141.59-neon image: selenium/hub:3.141.59
ports: ports:
- "4444:4444" - "4444:4444"
volumes: volumes:

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