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