File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,17 @@ services:
130
130
- " 4444:4444"
131
131
chrome :
132
132
image : selenium/node-chrome:3.141.59-dubnium
133
+ volumes :
134
+ - /dev/shm:/dev/shm
133
135
depends_on :
134
136
- selenium-hub
135
137
environment :
136
138
- HUB_HOST=selenium-hub
137
139
- HUB_PORT=4444
138
140
firefox :
139
141
image : selenium/node-firefox:3.141.59-dubnium
142
+ volumes :
143
+ - /dev/shm:/dev/shm
140
144
depends_on :
141
145
- selenium-hub
142
146
environment :
@@ -162,6 +166,8 @@ services:
162
166
163
167
chrome :
164
168
image : selenium/node-chrome:3.141.59-dubnium
169
+ volumes :
170
+ - /dev/shm:/dev/shm
165
171
environment :
166
172
HUB_HOST : hub
167
173
HUB_PORT : 4444
@@ -171,6 +177,8 @@ services:
171
177
172
178
firefox :
173
179
image : selenium/node-firefox:3.141.59-dubnium
180
+ volumes :
181
+ - /dev/shm:/dev/shm
174
182
environment :
175
183
HUB_HOST : hub
176
184
HUB_PORT : 4444
You can’t perform that action at this time.
0 commit comments