qq_bot/docker-compose.yml
2024-10-13 14:41:08 +08:00

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