Skip to content

Commit a34818e

Browse files
author
David Zuckerman
committed
selenium/standalone-chrome does not work with arm64, using selenium/standalone-chromium instead
1 parent dd28018 commit a34818e

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
@@ -45,7 +45,7 @@ services:
4545
- ./:/build:rw
4646

4747
selenium:
48-
image: selenium/standalone-chrome
48+
image: selenium/standalone-chromium
4949
networks:
5050
default:
5151
aliases:

0 commit comments

Comments
 (0)