From 74481a3736c59899db31477293cdc9491f911e5e Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Thu, 18 Apr 2024 13:26:59 +0800 Subject: [PATCH] =?UTF-8?q?feat=20generate=20image=20=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a550e44..1072cf9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ version: "3" services: - trinity_aida_local: + trinity_aida_dev: build: . - container_name: trinity_aida_local + container_name: trinity_aida_dev volumes: - ./trinity_client_aida:/trinity ports: - - "10200:4562" \ No newline at end of file + - "10201:4562" \ No newline at end of file