ADD docker-compose.yml

main
dugulp 2024-08-01 02:29:04 +08:00
parent 63b9185851
commit 15896857f9
1 changed files with 12 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
# 将配置文件挂载到容器中
volumes:
- ./config:/app/config
ports:
- "32235:8080"