koa-program/template/docker-compose.yml

13 lines
181 B
YAML
Raw Permalink Normal View History

2021-02-10 03:40:48 +08:00
version: '3'
services:
koa:
build: .
container_name: "<%= appName %>"
restart: "no"
ports:
- 4321:4321
volumes:
- .:/root
working_dir: /root/