mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-06 03:54:01 +02:00
8 lines
145 B
YAML
8 lines
145 B
YAML
services:
|
|
headless-shell:
|
|
image: chromedp/headless-shell:stable
|
|
ports:
|
|
- "9222:9222"
|
|
shm_size: 2gb
|
|
restart: unless-stopped
|