fix: fixed meilisearch not loading the master key

This commit is contained in:
wrpota
2023-07-28 06:52:08 +00:00
parent b94d5af0e2
commit bd9287ed66

View File

@@ -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