Skip to content

Commit

Permalink
[doc] update iotdb-init.md (#751)
Browse files Browse the repository at this point in the history
更改为IoTDB
  • Loading branch information
zqr10159 authored Mar 21, 2023
1 parent 157aee1 commit 85fb1c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ docker run -d -p 6667:6667 -p 31999:31999 -p 8181:8181 \
apache/iotdb:0.13.3-node
```

`-v /opt/iotdb/data:/iotdb/data` 为tdengine数据目录本地持久化挂载,需将`/iotdb/data`替换为实际本地存在的目录
`-v /opt/iotdb/data:/iotdb/data` 为IoTDB数据目录本地持久化挂载,需将`/iotdb/data`替换为实际本地存在的目录
使用```$ docker ps```查看数据库是否启动成功

3. 在hertzbeat的`application.yml`配置文件配置IoTDB数据库连接
Expand Down

0 comments on commit 85fb1c3

Please sign in to comment.