From e90c4f72394efcb5f8caf3fc109b0244cc057bfd Mon Sep 17 00:00:00 2001 From: xupei Date: Thu, 25 Jan 2024 13:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b9bca48c..a37c5319 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,10 @@ version: "3" services: aida_back: - container_name: develop-version-aida-back + container_name: stable-version-aida-back build: . - volumes: - # 数据挂载 - - /workspace/home/aida/file/:/workspace/home/aida/file/ +# volumes: +# # 数据挂载 +# - /workspace/home/aida/file/:/workspace/home/aida/file/ ports: - - "10090:5567" \ No newline at end of file + - "10086:5567" \ No newline at end of file