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