Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replace docker command ./meilisearch with meilisearch #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 11, 2022

Conversation

meili-bot
Copy link
Contributor

This PR is auto-generated.

Following the change in the core engine for v0.27.0, we want to simplify the usage of docker run:
Now we call meilisearch binary direct from the /bin/ directory:

docker run -p 7700:7700 getmeili/meilisearch:v0.27.0rc0 meilisearch --no-analytics
docker run -p 7700:7700 getmeili/meilisearch:v0.27.0rc0 ./meilisearch --no-analytics

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Apr 11, 2022
@brunoocasali brunoocasali merged commit 9781980 into bump-meilisearch-v0.27.0 Apr 11, 2022
@brunoocasali brunoocasali deleted the meili-bot/new-docker-bin branch April 11, 2022 18:57
bors bot added a commit that referenced this pull request May 9, 2022
439: Changes related to the next Meilisearch release (v0.27.0) r=curquiza a=meili-bot

Related to this issue: meilisearch/integration-guides#190

This PR:
- gathers the changes related to the next Meilisearch release (v0.27.0) so that this package is ready when the official release is out.
- should pass the tests against the [latest pre-release of Meilisearch](https://github.com/meilisearch/meilisearch/releases).
- might eventually contain test failures until the Meilisearch v0.27.0 is out.

⚠️ This PR should NOT be merged until the next release of Meilisearch (v0.27.0) is out.

_This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/master/guides/pre-release-week.md) purpose._

Done:
- #440 
- #443 
- #444 
- #445
- #450 


Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Bruno Casali <[email protected]>
Co-authored-by: alallema <[email protected]>
Co-authored-by: Amélie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants