mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
update selenium
This commit is contained in:
parent
aa3b4d4843
commit
d49c0d5ebd
@ -8,7 +8,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
hub:
|
hub:
|
||||||
image: selenium/hub:4.25.0
|
image: selenium/hub:4.25.0-20241024
|
||||||
ports:
|
ports:
|
||||||
- "4442:4442"
|
- "4442:4442"
|
||||||
- "4443:4443"
|
- "4443:4443"
|
||||||
@ -19,7 +19,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
chrome:
|
chrome:
|
||||||
image: selenium/node-chrome:4.25.0
|
image: selenium/node-chrome:4.25.0-20241024
|
||||||
ports:
|
ports:
|
||||||
- "5900:5900"
|
- "5900:5900"
|
||||||
- "7900:7900"
|
- "7900:7900"
|
||||||
|
Loading…
Reference in New Issue
Block a user