add draw.io epicgames headless-shell
This commit is contained in:
16
Docker/headless-shell/docker-compose.yml
Normal file
16
Docker/headless-shell/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user