10 lines
180 B
YAML
10 lines
180 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
chrome:
|
|
image: selenium/standalone-chrome-debug:3.141.59-20200719
|
|
volumes:
|
|
- /dev/shm:/dev/shm
|
|
network_mode: host
|
|
restart: always
|