mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-30 02:48:27 +08:00
9 lines
138 B
YAML
9 lines
138 B
YAML
version: '2'
|
|
services:
|
|
web:
|
|
build: .
|
|
volumes:
|
|
- "./app:/src/app"
|
|
ports:
|
|
- "3030:3000"
|