diff --git a/example/cluster-embedded.yaml b/example/cluster-embedded.yaml index 4336cc4..02971ee 100644 --- a/example/cluster-embedded.yaml +++ b/example/cluster-embedded.yaml @@ -9,6 +9,7 @@ services: - ./init.d/custom.properties:/home/nacos/init.d/custom.properties ports: - "8848:8848" + - "9848:9848" - "9555:9555" env_file: - ../env/nacos-embedded.env @@ -23,6 +24,7 @@ services: - ./init.d/custom.properties:/home/nacos/init.d/custom.properties ports: - "8849:8848" + - "9849:9848" env_file: - ../env/nacos-embedded.env restart: always @@ -35,6 +37,7 @@ services: - ./init.d/custom.properties:/home/nacos/init.d/custom.properties ports: - "8850:8848" + - "9850:9848" env_file: - ../env/nacos-embedded.env restart: always diff --git a/example/cluster-hostname.yaml b/example/cluster-hostname.yaml index 82ac46d..2f97840 100644 --- a/example/cluster-hostname.yaml +++ b/example/cluster-hostname.yaml @@ -9,6 +9,7 @@ services: - ./init.d/custom.properties:/home/nacos/init.d/custom.properties ports: - "8848:8848" + - "9848:9848" - "9555:9555" env_file: - ../env/nacos-hostname.env @@ -25,6 +26,7 @@ services: - ./init.d/custom.properties:/home/nacos/init.d/custom.properties ports: - "8849:8848" + - "9849:9848" env_file: - ../env/nacos-hostname.env restart: always @@ -39,6 +41,7 @@ services: - ./init.d/custom.properties:/home/nacos/init.d/custom.properties ports: - "8850:8848" + - "9850:9848" env_file: - ../env/nacos-hostname.env restart: always diff --git a/example/cluster-ip.yaml b/example/cluster-ip.yaml index d2f0509..a90aa5f 100644 --- a/example/cluster-ip.yaml +++ b/example/cluster-ip.yaml @@ -10,6 +10,7 @@ services: - ./cluster-logs/nacos1:/home/nacos/logs ports: - "8848:8848" + - "9848:9848" - "9555:9555" env_file: - ../env/nacos-ip.env @@ -27,6 +28,7 @@ services: - ./cluster-logs/nacos2:/home/nacos/logs ports: - "8849:8848" + - "9849:9848" env_file: - ../env/nacos-ip.env restart: always @@ -42,6 +44,7 @@ services: - ./cluster-logs/nacos2:/home/nacos/logs ports: - "8850:8848" + - "9850:9848" env_file: - ../env/nacos-ip.env restart: always diff --git a/example/standalone-derby.yaml b/example/standalone-derby.yaml index bee496e..2363306 100644 --- a/example/standalone-derby.yaml +++ b/example/standalone-derby.yaml @@ -11,6 +11,7 @@ services: - ./init.d/custom.properties:/home/nacos/init.d/custom.properties ports: - "8848:8848" + - "9848:9848" prometheus: container_name: prometheus image: prom/prometheus:latest diff --git a/example/standalone-mysql-5.7.yaml b/example/standalone-mysql-5.7.yaml index a27e616..4d0cee2 100644 --- a/example/standalone-mysql-5.7.yaml +++ b/example/standalone-mysql-5.7.yaml @@ -10,6 +10,7 @@ services: - ./init.d/custom.properties:/home/nacos/init.d/custom.properties ports: - "8848:8848" + - "9848:9848" - "9555:9555" depends_on: - mysql diff --git a/example/standalone-mysql-8.yaml b/example/standalone-mysql-8.yaml index 16bbe9d..3835d12 100644 --- a/example/standalone-mysql-8.yaml +++ b/example/standalone-mysql-8.yaml @@ -10,6 +10,7 @@ services: - ./init.d/custom.properties:/home/nacos/init.d/custom.properties ports: - "8848:8848" + - "9848:9848" - "9555:9555" depends_on: - mysql