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: aida_back:
container_name: prod-version-aida-back container_name: prod-version-aida-back
build: . build: .
# volumes: volumes:
# # 数据挂载 # 数据挂载
# - /workspace/home/aida/file/:/workspace/home/aida/file/ - ./logs/:/logs/
ports: ports:
- "10010:5567" - "10010:5567"