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 cc798db commit 26a70c4Copy full SHA for 26a70c4
learn/getting_started/quick_start.md
@@ -51,7 +51,7 @@ These commands launch the **latest stable release** of Meilisearch.
51
52
```bash
53
# Fetch the latest version of Meilisearch image from DockerHub
54
-docker pull getmeili/meilisearch:v0.28.0
+docker pull getmeili/meilisearch:v0.28
55
56
# Launch Meilisearch in development mode with a master key
57
docker run -it --rm \
0 commit comments