新增文件映射

This commit is contained in:
zhouchengrong
2023-08-17 17:07:39 +08:00
parent c5e5b51852
commit 457f196c79

View File

@@ -3,6 +3,9 @@ services:
aida_back:
container_name: aida_back
build: .
volumes:
# 数据挂载
- /workspace/home/aida/file/:/workspace/home/aida/file/
ports:
- "10086:5567"
mysql8.0: