Files
compose-template/Docker/headless-shell/docker-compose.yml
2022-06-14 18:53:59 +08:00

19 lines
389 B
YAML

version: '3.3'
services:
headless-shell:
ports:
- '9222:9222'
# environment:
# HTTP_PROXY: "http://127.0.0.1:7890"
# HTTPS_PROXY: "http://127.0.0.1:7890"
container_name: headless-shell
image: chromedp/headless-shell
restart: unless-stopped
networks:
nginx:
aliases:
- headless-shell
networks:
nginx:
external: true