mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-08 23:36:18 +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
|