14 lines
277 B
YAML
14 lines
277 B
YAML
services:
|
|
headless-shell:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "9222:9222"
|
|
command: >
|
|
--disable-gpu
|
|
--no-sandbox
|
|
--remote-debugging-address=0.0.0.0
|
|
--remote-debugging-port=9222
|
|
restart: unless-stopped
|