From 457f196c79ba519e673e56022b17972103a7193b Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Thu, 17 Aug 2023 17:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6=E6=98=A0?= =?UTF-8?q?=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 78c2a275..19f55596 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: