Skip to content

Replace docker command ./meilisearch with meilisearch #178

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 2 commits into from
May 18, 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 force-pushed the meili-bot/new-docker-bin branch from a4d2ab0 to fa736e4 Compare May 18, 2022 14:34
@brunoocasali brunoocasali merged commit c893eeb into bump-meilisearch-v0.27.0 May 18, 2022
@brunoocasali brunoocasali deleted the meili-bot/new-docker-bin branch May 18, 2022 14:35
brunoocasali pushed a commit that referenced this pull request May 19, 2022
* Update .github/workflows/tests.yml

* Update .github/workflows/pre-release-tests.yml
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.

2 participants