We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b510520 commit 9de0a4eCopy full SHA for 9de0a4e
2 files changed
README.md
@@ -87,7 +87,7 @@ To get ThinkDB up and running quickly using DockerHub:
87
88
```sh
89
# 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
+ docker run -d --name thinkdb -p 3000:3000 -v directory_on_your_machine_for_think_db_storage:/app/storage thinkthinkai/think_db:latest
91
```
92
93
### Security Note
VERSION
@@ -1 +1 @@
1
-1.0.21-alpha
+1.0.22-alpha
0 commit comments