1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-06 03:54:01 +02:00
dockerfiles/headless-shell/docker-compose.yml
2024-12-27 17:31:41 +08:00

8 lines
145 B
YAML

services:
headless-shell:
image: chromedp/headless-shell:stable
ports:
- "9222:9222"
shm_size: 2gb
restart: unless-stopped