2020-05-28 23:45:56 +01:00
|
|
|
version: '3.7'
|
|
|
|
|
|
|
|
services:
|
2020-06-08 10:21:14 +01:00
|
|
|
chrome:
|
2021-07-29 17:49:08 +01:00
|
|
|
image: selenium/standalone-chrome-debug:3.141.59-20210713
|
2020-06-08 10:21:14 +01:00
|
|
|
volumes:
|
|
|
|
- /dev/shm:/dev/shm
|
2020-06-19 17:19:20 +01:00
|
|
|
network_mode: host
|
2020-09-02 23:04:12 +01:00
|
|
|
restart: always
|