This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
|
version: '3.7'
|
|
|
|
services:
|
|
chrome:
|
|
image: selenium/standalone-chrome:3.141.59-20200525
|
|
volumes:
|
|
- /dev/shm:/dev/shm
|
|
network_mode: host
|