mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
chore(docker-compose.yml): comment out meilisearch ports in docker-compose.yml (#807)
This commit is contained in:
parent
89f260bc78
commit
b64cc71d88
2 changed files with 4 additions and 4 deletions
|
@ -48,8 +48,8 @@ services:
|
|||
meilisearch:
|
||||
container_name: chat-meilisearch
|
||||
image: getmeili/meilisearch:v1.0
|
||||
ports:
|
||||
- 7700:7700
|
||||
# ports: # Uncomment this to access meilisearch from outside docker
|
||||
# - 7700:7700 # if exposing these ports, make sure your master key is not the default value
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue