We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7158008 commit 5b4439aCopy full SHA for 5b4439a
dev/docker-compose.yml
@@ -2,18 +2,21 @@ version: '3'
2
services:
3
chrome:
4
image: selenium/standalone-chrome
5
+shm_size: '2gb'
6
ports:
7
- 4444:4444# Selenium service
8
- 5900:5900# VNC server
9
- 7900:7900# VNC browser client
10
firefox:
11
image: selenium/standalone-firefox
12
13
14
- 4445:4444# Selenium service
15
- 5901:5900# VNC server
16
- 7901:7900# VNC browser client
17
edge:
18
image: selenium/standalone-edge
19
20
21
- 4446:4444# Selenium service
22
- 5902:5900# VNC server
0 commit comments