Skip to content

Commit

Permalink
Merge pull request #39 from eliashaeussler/bugfix/selenium-arm-support
Browse files Browse the repository at this point in the history
[BUGFIX] Switch to arm-compatible Selenium image
  • Loading branch information
eliashaeussler authored Mar 16, 2022
2 parents 3f08cb4 + f4146e7 commit 430b431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ddev/docker-compose.selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- selenium
selenium:
container_name: ddev-${DDEV_SITENAME}-selenium
image: selenium/standalone-chrome-debug:3.13.0-argon
image: seleniarm/standalone-chromium:4.1.2-20220227
networks:
default:
aliases:
Expand Down

0 comments on commit 430b431

Please sign in to comment.