Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
徐佩
2023-08-18 10:42:37 +08:00

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: