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