mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🐋 chore: add restart: always
to meilisearch service in docker-compose.yml (#2788)
This commit is contained in:
parent
795bb9c568
commit
dc1778b11f
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ services:
|
|||
meilisearch:
|
||||
container_name: chat-meilisearch
|
||||
image: getmeili/meilisearch:v1.7.3
|
||||
restart: always
|
||||
# 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue