Skip to content

Commit 717c5b3

Browse files
authored
Use selenium 2 as the default version (#410)
Use selenium 2 as the default version in `docker-compose.yml` file
1 parent 4ad4a11 commit 717c5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
selenium:
3-
image: ${SELENIUM_IMAGE:-selenium/standalone-chrome:4}
3+
image: ${SELENIUM_IMAGE:-selenium/standalone-chrome:2.53.1}
44
hostname: selenium
55
shm_size: 2g
66
environment:

0 commit comments

Comments
 (0)