Skip to content

Commit fb117d5

Browse files
authored
Update docker-compose file (#61)
1 parent ac46ffe commit fb117d5

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

docker-compose.yml

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
version: "3"
2-
31
services:
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

0 commit comments

Comments
 (0)