Skip to content

Commit

Permalink
change one thing in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Test committed Sep 20, 2024
1 parent b510520 commit 9de0a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To get ThinkDB up and running quickly using DockerHub:

```sh
# change directory_on_your_machine_for_think_db_storage
docker run -d -p 3000:3000 -v directory_on_your_machine_for_think_db_storage:/app/storage thinkthinkai/think_db:latest
docker run -d --name thinkdb -p 3000:3000 -v directory_on_your_machine_for_think_db_storage:/app/storage thinkthinkai/think_db:latest
```

### Security Note
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.21-alpha
1.0.22-alpha

0 comments on commit 9de0a4e

Please sign in to comment.