Skip to content

Commit

Permalink
[doc] fix compose doc exec -it container name error (#543)
Browse files Browse the repository at this point in the history
docker exec -it tdengine /bin/bash
进入tdengine容器这里容器名称写错误了,最新版的容器默认名称是:compose-tdengine
  • Loading branch information
xttttv authored Jan 4, 2023
1 parent 6e9c0a5 commit 02dafac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/docker-compose/hertzbeat-mysql-tdengine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
3. Enter tdengine to create hertzbeat database
`$ docker exec -it tdengine /bin/bash
`$ docker exec -it compose-tdengine /bin/bash
root@tdengine-server:~/TDengine-server-2.4.0.4#`
Create a database named hertzbeat After entering the container, execute the taos shell client program.
Expand Down

0 comments on commit 02dafac

Please sign in to comment.