Skip to content

Commit

Permalink
Update docker-compose.yml to use the latest iotdb (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Nov 20, 2024
1 parent 4690c97 commit 1b6b458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
ipv4_address: 172.18.0.2

iotdb:
image: apache/iotdb:1.3.2-datanode
image: apache/iotdb:1.3.3-datanode
restart: always
container_name: iotdb-dn-1
depends_on:
Expand All @@ -39,7 +39,7 @@ services:
- dn_seed_config_node=iotdb-confignode-1:22277

iotdb-confignode-1:
image: apache/iotdb:1.3.2-confignode
image: apache/iotdb:1.3.3-confignode
restart: always
container_name: iotdb-cn-1
healthcheck:
Expand Down

0 comments on commit 1b6b458

Please sign in to comment.