From 586c4ea595c5de02901f26ce5e43497cd51db12c Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Wed, 20 Mar 2024 12:07:43 +0800 Subject: [PATCH] 1 --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b3dfd4d..b14f06c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ version: "3" services: - trinity_mixi: - image: "trinity_client_mixi:latest" - container_name: trinity_mixi + trinity_aida: + image: "trinity_client_aida:latest" + container_name: trinity_aida volumes: - - ./trinity_client_mixi:/trinity + - ./trinity_client_aida:/trinity ports: - - "10100:4562" \ No newline at end of file + - "10200:4562" \ No newline at end of file