10 lines
199 B
YAML
10 lines
199 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
chrome:
|
|
image: selenium/standalone-chrome:94.0-chromedriver-94.0-grid-4.0.0-20211013
|
|
volumes:
|
|
- /dev/shm:/dev/shm
|
|
network_mode: host
|
|
restart: always
|