Skip to content

Commit 08887ad

Browse files
bors[bot]bb
andauthored
Merge #687
687: Fix docker run documentation r=bidoubiwa a=bb Without this PR, meilisearch does not start and shows the following error message: ``` error: The argument '--no-analytics <no-analytics>' requires a value but none was supplied ``` Co-authored-by: Benjamin Bock <[email protected]>
2 parents dfd809e + 229f042 commit 08887ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Each PR should pass the tests and the linter to be accepted.
4242
```bash
4343
# Tests
4444
$ docker pull getmeili/meilisearch:latest # Fetch the latest version of MeiliSearch image from Docker Hub
45-
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
45+
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics=true
4646
$ yarn test
4747
# Linter
4848
$ yarn style

0 commit comments

Comments
 (0)