fix: fixed meilisearch not loading the master key
This commit is contained in:
@@ -1035,6 +1035,8 @@ services:
|
||||
- ${DATA_PATH_HOST}/meilisearch:/data.ms
|
||||
ports:
|
||||
- "${MEILISEARCH_HOST_PORT}:7700"
|
||||
environment:
|
||||
- MEILI_MASTER_KEY=${MEILISEARCH_KEY}
|
||||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
|
||||
Reference in New Issue
Block a user