add draw.io epicgames headless-shell

This commit is contained in:
2022-06-14 16:19:39 +08:00
parent f276be83db
commit 998b6b6484
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
## Chinese language
```shell
apt-get update && apt install xfonts-intl-chinese ttf-wqy-microhei xfonts-wqy
```

View File

@@ -0,0 +1,16 @@
version: '3.3'
services:
headless-shell:
ports:
- '9222:9222'
container_name: headless-shell
image: chromedp/headless-shell
restart: unless-stopped
networks:
nginx:
aliases:
- headless-shell
networks:
nginx:
external: true