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:
|
meilisearch:
|
||||||
container_name: chat-meilisearch
|
container_name: chat-meilisearch
|
||||||
image: getmeili/meilisearch:v1.0
|
image: getmeili/meilisearch:v1.0
|
||||||
ports:
|
# ports: # Uncomment this to access meilisearch from outside docker
|
||||||
- 7700:7700
|
# - 7700:7700 # if exposing these ports, make sure your master key is not the default value
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -57,8 +57,8 @@ services:
|
||||||
container_name: chat-meilisearch
|
container_name: chat-meilisearch
|
||||||
image: getmeili/meilisearch:v1.0
|
image: getmeili/meilisearch:v1.0
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
# ports: # Uncomment this to access meilisearch from outside docker
|
||||||
- 7700:7700
|
# - 7700:7700 # if exposing these ports, make sure your master key is not the default value
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue