Merge remote-tracking branch 'origin/release/3.0' into release/3.0

This commit is contained in:
shahaibo
2024-01-29 10:06:58 +08:00

View File

@@ -3,8 +3,8 @@ services:
aida_back:
container_name: prod-version-aida-back
build: .
# volumes:
# 数据挂载
# - ./logs:/log
volumes:
# 日志目录映射
- ./log:/log
ports:
- "10010:5567"