Skip to content

Commit

Permalink
Fix compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanser committed Oct 3, 2024
1 parent aa3560f commit bb004a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
image: getmeili/meilisearch:v1.10
restart: unless-stopped
environment:
MEILI_NO_ANALYTICS: true
MEILI_NO_ANALYTICS: '1'
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY:-cWwx3jxAworhaQAVHeRYlK37wdVnLNc6P_Uyz8WLTyM}
volumes:
- meilisearch_data:/meili_data:rw
Expand Down

0 comments on commit bb004a7

Please sign in to comment.