Skip to content

Commit

Permalink
docker: Disable meilisearch analytics (#117)
Browse files Browse the repository at this point in the history
* Disable meilisearch analytics

* Move MEILI_NO_ANALYTICS to docker-compose.yml
  • Loading branch information
vivekmiyani authored Apr 22, 2024
1 parent 12c682b commit 9b9cdcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ services:
restart: unless-stopped
env_file:
- .env
environment:
MEILI_NO_ANALYTICS: true
volumes:
- meilisearch:/meili_data
workers:
Expand Down

0 comments on commit 9b9cdcf

Please sign in to comment.