Skip to content

Commit e590c59

Browse files
authored
Merge pull request #21 from puken-dagobert/puken-dagobert-patch-13
Create docker-run.md
2 parents 89807f6 + 990d9dd commit e590c59

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

commands/meilisearch/docker-run.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
repo: "https://github.com/meilisearch/meilisearch"
3+
category: "Database"
4+
logo: null # Optional - provide URL to logo if available
5+
---
6+
7+
# Docker Run Command
8+
9+
```bash
10+
docker run -it --rm \
11+
-p 7700:7700 \
12+
-v $(pwd)/meili_data:/meili_data \
13+
getmeili/meilisearch:latest
14+
```

0 commit comments

Comments
 (0)