We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4690c97 commit 1b6b458Copy full SHA for 1b6b458
docker-compose.yml
@@ -16,7 +16,7 @@ services:
16
ipv4_address: 172.18.0.2
17
18
iotdb:
19
- image: apache/iotdb:1.3.2-datanode
+ image: apache/iotdb:1.3.3-datanode
20
restart: always
21
container_name: iotdb-dn-1
22
depends_on:
@@ -39,7 +39,7 @@ services:
39
- dn_seed_config_node=iotdb-confignode-1:22277
40
41
iotdb-confignode-1:
42
- image: apache/iotdb:1.3.2-confignode
+ image: apache/iotdb:1.3.3-confignode
43
44
container_name: iotdb-cn-1
45
healthcheck:
0 commit comments