Skip to content

Commit

Permalink
docker: Upgrade meilisearch to v1.11.1 (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuast94 authored Nov 10, 2024
1 parent d73f001 commit 9f2c7be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- --remote-debugging-port=9222
- --hide-scrollbars
meilisearch:
image: getmeili/meilisearch:v1.6
image: getmeili/meilisearch:v1.11.1
volumes:
- meilisearch:/meili_data
workers:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- --remote-debugging-port=9222
- --hide-scrollbars
meilisearch:
image: getmeili/meilisearch:v1.6
image: getmeili/meilisearch:v1.11.1
restart: unless-stopped
env_file:
- .env
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/07-Development/01-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#### Meilisearch

Meilisearch is the provider for the full text search. You can get it running with `docker run -p 7700:7700 getmeili/meilisearch:v1.6`.
Meilisearch is the provider for the full text search. You can get it running with `docker run -p 7700:7700 getmeili/meilisearch:v1.11.1`.

Mount persistent volume if you want to keep index data across restarts. You can trigger a re-index for the entire items collection in the admin panel in the web app.

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/meilisearch-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: meilisearch
image: getmeili/meilisearch:v1.6
image: getmeili/meilisearch:v1.11.1
env:
- name: MEILI_NO_ANALYTICS
value: "true"
Expand Down

0 comments on commit 9f2c7be

Please sign in to comment.