File tree Expand file tree Collapse file tree 1 file changed +19
-21
lines changed
Expand file tree Collapse file tree 1 file changed +19
-21
lines changed Original file line number Diff line number Diff line change 1- version : " 3"
2-
31services :
4- selenium :
5- image : ${SELENIUM_IMAGE:-selenium/standalone-chrome:4}
6- hostname : selenium
7- shm_size : 4g
8- environment :
9- VNC_NO_PASSWORD : 1
10- SCREEN_WIDTH : 1024
11- SCREEN_HEIGHT : 768
12- volumes :
13- - /dev/shm:/dev/shm
14- - ./vendor/mink/driver-testsuite/web-fixtures:/fixtures
15- ports :
16- - " 4444:4444"
17- # VNC Web Viewer port (new images)
18- - " 7900:7900"
19- # VNC Server port (old "-debug" images)
20- - " 5900:5900"
21- extra_hosts :
22- - host.docker.internal:host-gateway
2+ selenium :
3+ image : ${SELENIUM_IMAGE:-selenium/standalone-chrome:4}
4+ hostname : selenium
5+ shm_size : 4g
6+ environment :
7+ VNC_NO_PASSWORD : 1
8+ SCREEN_WIDTH : 1024
9+ SCREEN_HEIGHT : 768
10+ volumes :
11+ - /dev/shm:/dev/shm
12+ - ./vendor/mink/driver-testsuite/web-fixtures:/fixtures
13+ ports :
14+ - " 4444:4444"
15+ # VNC Web Viewer port (new images)
16+ - " 7900:7900"
17+ # VNC Server port (old "-debug" images)
18+ - " 5900:5900"
19+ extra_hosts :
20+ - host.docker.internal:host-gateway
You can’t perform that action at this time.
0 commit comments