File size: 255 Bytes
f963be1
 
 
 
 
87381fa
 
 
 
1
2
3
4
5
6
7
8
9
10
FROM getmeili/meilisearch:v1.0
EXPOSE 7860
CMD ["meilisearch", "--http-addr", "0.0.0.0:7860"]

# Set the environment variables
ENV MEILI_HOST=0.0.0.0:7860
ENV MEILI_HTTP_ADDR=0.0.0.0:7860
ENV MEILI_MASTER_KEY=<your-random-key>
ENV MEILI_NO_ANALYTICS=true