Delete docker-compose.yml

This commit is contained in:
zchengrong
2024-01-30 14:52:40 +08:00
committed by GitHub
parent 98d98b1131
commit 12cd9e8f1f

View File

@@ -1,10 +0,0 @@
version: "3"
services:
aida_back:
container_name: stable-version-aida-back
build: .
# volumes:
# # 数据挂载
# - /workspace/home/aida/file/:/workspace/home/aida/file/
ports:
- "10086:5567"