Skip to content

Commit 9de0a4e

Browse files
author
Test
committed
change one thing in readme.
1 parent b510520 commit 9de0a4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To get ThinkDB up and running quickly using DockerHub:
8787

8888
```sh
8989
# change directory_on_your_machine_for_think_db_storage
90-
docker run -d -p 3000:3000 -v directory_on_your_machine_for_think_db_storage:/app/storage thinkthinkai/think_db:latest
90+
docker run -d --name thinkdb -p 3000:3000 -v directory_on_your_machine_for_think_db_storage:/app/storage thinkthinkai/think_db:latest
9191
```
9292

9393
### Security Note

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.21-alpha
1+
1.0.22-alpha

0 commit comments

Comments
 (0)