1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-08 23:36:18 +02:00
dockerfiles/headless-shell/docker-compose.yml

8 lines
145 B
YAML
Raw Normal View History

2024-12-27 17:31:41 +08:00
services:
headless-shell:
image: chromedp/headless-shell:stable
ports:
- "9222:9222"
shm_size: 2gb
restart: unless-stopped