mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Docker command updated
Docker does not allow Uppercase letters, throws this error `docker: invalid reference format: repository name must be lowercase.`
This commit is contained in:
parent
d664e97104
commit
0e8b95f4bf
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ For more [details about those features, go to our documentation](https://docs.me
|
|||
#### Run it using Docker
|
||||
|
||||
```bash
|
||||
docker run -it -p 7700:7700 --rm getmeili/MeiliSearch
|
||||
docker run -it -p 7700:7700 --rm getmeili/meilisearch
|
||||
```
|
||||
|
||||
#### Download the binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue