19 lines
389 B
YAML
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 |