This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git

commit 3131aa0c0fdbd6f27ab106deffb40e7c5fe6374e
Author: Haonan <[email protected]>
AuthorDate: Tue Jul 2 15:02:54 2024 +0800

    Update docker-compose.yml
---
 docker-compose.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 786cf10..3418190 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -16,7 +16,7 @@ services:
           ipv4_address: 172.18.0.2
       
   iotdb:
-   image: apache/iotdb:1.0.0-datanode
+   image: apache/iotdb:1.3.2-datanode
    restart: always
    container_name: iotdb-dn-1
    depends_on:
@@ -39,7 +39,7 @@ services:
          - dn_target_config_node_list=iotdb-confignode-1:22277
   
   iotdb-confignode-1:
-   image: apache/iotdb:1.0.0-confignode
+   image: apache/iotdb:1.3.2-confignode
    restart: always
    container_name: iotdb-cn-1
    healthcheck:
@@ -58,4 +58,4 @@ services:
 
 networks: 
     iotdb-network:
-        external: true
\ No newline at end of file
+        external: true

Reply via email to