2020-05-28 23:45:56 +01:00
|
|
|
version: '3.7'
|
|
|
|
|
|
|
|
services:
|
2020-06-08 10:21:14 +01:00
|
|
|
chrome:
|
2021-10-13 18:06:19 +01:00
|
|
|
image: selenium/standalone-chrome:94.0-chromedriver-94.0-grid-4.0.0-20211013
|
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
|