headless-shell add proxy

This commit is contained in:
2022-06-14 18:53:59 +08:00
parent 998b6b6484
commit bc6d199f17

View File

@@ -3,6 +3,9 @@ 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