Skip to content

Commit

Permalink
rolled back meilisearch chanages
Browse files Browse the repository at this point in the history
  • Loading branch information
vsumit89 committed Dec 23, 2022
1 parent 8333c5b commit 5d500fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ services:
####### SEARCH SERVICES #######
###########################################################################
meilisearch:
image: getmeili/meilisearch:v0.28.2
image: getmeili/meilisearch:v0.28.0
ports:
- "7700:7700"
volumes:
- ~/factly/dega/meilisearch-0-27-1/data.ms/:/data.ms
- ~/factly/dega/meilisearch-0-28-0/data.ms/:/data.ms
environment:
# To put an upper limit of 100MB for the payload size during indexing
- MEILI_HTTP_PAYLOAD_SIZE_LIMIT=104857600
Expand Down

0 comments on commit 5d500fb

Please sign in to comment.