Skip to content

Commit

Permalink
Use selenium 2 as the default version (#410)
Browse files Browse the repository at this point in the history
Use selenium 2 as the default version in `docker-compose.yml` file
  • Loading branch information
uuf6429 authored Jan 19, 2025
1 parent 4ad4a11 commit 717c5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
selenium:
image: ${SELENIUM_IMAGE:-selenium/standalone-chrome:4}
image: ${SELENIUM_IMAGE:-selenium/standalone-chrome:2.53.1}
hostname: selenium
shm_size: 2g
environment:
Expand Down

0 comments on commit 717c5b3

Please sign in to comment.