Update docker-compose.yml
Fix "invalid type" error for MEILI_NO_ANALYTICS: true on running docker-compose.yml. The value true should be in quotes.
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ services:
|
||||
image: getmeili/meilisearch:v0.28.0
|
||||
restart: always
|
||||
environment:
|
||||
MEILI_NO_ANALYTICS: true
|
||||
MEILI_NO_ANALYTICS: "true"
|
||||
volumes:
|
||||
- meilisearch-data:/data.ms
|
||||
worker:
|
||||
|
||||
Reference in New Issue
Block a user