feat: add ports meili
This commit is contained in:
parent
c67575dcd6
commit
1c374691b4
|
|
@ -59,6 +59,8 @@ services:
|
|||
image: getmeili/meilisearch:latest
|
||||
container_name: starter-meilisearch-1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "7700:7700"
|
||||
environment:
|
||||
MEILI_NO_ANALYTICS: "true"
|
||||
MEILI_MASTER_KEY: "${MEILISEARCH_KEY}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue