From ca624f2452fe90909e6e8c818de859e240ad0b07 Mon Sep 17 00:00:00 2001 From: mroldx Date: Sat, 11 Mar 2023 17:34:25 +0800 Subject: [PATCH] =?UTF-8?q?remove:=20=E7=A7=BB=E9=99=A4nacos2.0=E5=90=8E?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E7=9A=84=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=9B=B4?= =?UTF-8?q?=E6=AD=A3=E9=9B=86=E7=BE=A4=E7=9A=84=E6=8C=82=E8=BD=BD=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/cluster-ip.yaml | 3 +-- example/custom-application-config.yaml | 2 +- example/standalone-mysql-5.7.yaml | 1 - example/standalone-mysql-8.yaml | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/example/cluster-ip.yaml b/example/cluster-ip.yaml index 2b494ff..0bc2d1d 100644 --- a/example/cluster-ip.yaml +++ b/example/cluster-ip.yaml @@ -11,7 +11,6 @@ services: ports: - "8848:8848" - "9848:9848" - - "9555:9555" env_file: - ../env/nacos-ip.env restart: on-failure @@ -43,7 +42,7 @@ services: nacos_net: ipv4_address: 172.16.238.12 volumes: - - ./cluster-logs/nacos2:/home/nacos/logs + - ./cluster-logs/nacos3:/home/nacos/logs ports: - "8850:8848" - "9850:9848" diff --git a/example/custom-application-config.yaml b/example/custom-application-config.yaml index efd84c0..662ae91 100644 --- a/example/custom-application-config.yaml +++ b/example/custom-application-config.yaml @@ -10,7 +10,7 @@ services: ports: - "8848:8848" - "9848:9848" - - "9555:9555" + - "9849:9849" depends_on: mysql: condition: service_healthy diff --git a/example/standalone-mysql-5.7.yaml b/example/standalone-mysql-5.7.yaml index aa49dbb..d94e9cc 100644 --- a/example/standalone-mysql-5.7.yaml +++ b/example/standalone-mysql-5.7.yaml @@ -11,7 +11,6 @@ services: ports: - "8848:8848" - "9848:9848" - - "9555:9555" depends_on: mysql: condition: service_healthy diff --git a/example/standalone-mysql-8.yaml b/example/standalone-mysql-8.yaml index f2982eb..88de3ae 100644 --- a/example/standalone-mysql-8.yaml +++ b/example/standalone-mysql-8.yaml @@ -10,7 +10,6 @@ services: ports: - "8848:8848" - "9848:9848" - - "9555:9555" depends_on: mysql: condition: service_healthy