documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Adding launch options with docker

Open dichotommy opened this issue 2 years ago • 0 comments

We don't have any code sample showing how to add launch options when using docker. Haven't received any specific request for it, but could still be helpful to document

example:

docker run -it --rm \
    -p 7700:7700 \
    -v $(pwd)/data.ms:/data.ms \
    getmeili/meilisearch:latest
    meilisearch --master-key helloiamthemasterkey

dichotommy avatar Apr 14 '22 09:04 dichotommy