Update docker-compose.yml

This commit is contained in:
zchengrong
2024-01-28 12:18:47 +08:00
committed by GitHub
parent abcad626f6
commit e539a931f9

View File

@@ -3,8 +3,8 @@ services:
aida_back:
container_name: prod-version-aida-back
build: .
# volumes:
# # 数据挂载
# - /workspace/home/aida/file/:/workspace/home/aida/file/
volumes:
# 数据挂载
- ./logs/:/logs/
ports:
- "10010:5567"