ADD docker-compose.yml
parent
63b9185851
commit
15896857f9
|
@ -0,0 +1,12 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
# 将配置文件挂载到容器中
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
ports:
|
||||
- "32235:8080"
|
Loading…
Reference in New Issue