Skip to content

Commit

Permalink
Update meilisearch stub to reflect new data path (#414)
Browse files Browse the repository at this point in the history
Meilisearch, since v0.27 has updated their working data path to /meili_data. See: https://blog.meilisearch.com/whats-new-in-v0-27/
  • Loading branch information
tdondich authored May 21, 2022
1 parent f00f3a8 commit c049316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/meilisearch.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ports:
- '${FORWARD_MEILISEARCH_PORT:-7700}:7700'
volumes:
- 'sail-meilisearch:/data.ms'
- 'sail-meilisearch:/meili_data'
networks:
- sail
healthcheck:
Expand Down

0 comments on commit c049316

Please sign in to comment.