File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44* .user
55* .userosscache
66* .sln.docstates
7+ ** /tmp
78
89# Build results
910[Dd ]ebug /
@@ -65,7 +66,7 @@ publish/
6566
6667
6768# ## Rider ###
68- .idea
69- /.vs /Apache.IoTDB /FileContentIndex
70- /.vs /ProjectEvaluation
71- /.vs /Apache.IoTDB
69+ .idea
70+ /.vs /Apache.IoTDB /FileContentIndex
71+ /.vs /ProjectEvaluation
72+ /.vs /Apache.IoTDB
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 ipv4_address : 172.18.0.2
1717
1818 iotdb :
19- image : apache/iotdb:1.0 .0-datanode
19+ image : apache/iotdb:1.1 .0-datanode
2020 restart : always
2121 container_name : iotdb-dn-1
2222 depends_on :
@@ -39,7 +39,7 @@ services:
3939 - dn_target_config_node_list=iotdb-confignode-1:22277
4040
4141 iotdb-confignode-1 :
42- image : apache/iotdb:1.0 .0-confignode
42+ image : apache/iotdb:1.1 .0-confignode
4343 restart : always
4444 container_name : iotdb-cn-1
4545 healthcheck :
You can’t perform that action at this time.
0 commit comments