Merge pull request #3422 from wrpota/master

fix: fixed meilisearch not loading the master key
This commit is contained in:
Dawid Makowski
2023-09-11 13:56:23 +02:00
committed by GitHub

View File

@@ -1051,6 +1051,8 @@ services:
- ${DATA_PATH_HOST}/meilisearch:/data.ms
ports:
- "${MEILISEARCH_HOST_PORT}:7700"
environment:
- MEILI_MASTER_KEY=${MEILISEARCH_KEY}
networks:
- frontend
- backend