2020-05-28 23:45:56 +01:00
|
|
|
version: '3.7'
|
|
|
|
|
|
|
|
services:
|
2020-06-08 10:21:14 +01:00
|
|
|
chrome:
|
2020-06-19 17:19:20 +01:00
|
|
|
image: selenium/standalone-chrome-debug:3.141.59-20200525
|
2020-06-08 10:21:14 +01:00
|
|
|
volumes:
|
|
|
|
- /dev/shm:/dev/shm
|
2020-06-19 17:19:20 +01:00
|
|
|
network_mode: host
|