7 lines
114 B
YAML
7 lines
114 B
YAML
version: '3'
|
|
services:
|
|
web:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
# 可以在此定义数据库等服务 |