mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01: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:
|
meilisearch:
|
||||||
container_name: chat-meilisearch
|
container_name: chat-meilisearch
|
||||||
image: getmeili/meilisearch:v1.7.3
|
image: getmeili/meilisearch:v1.7.3
|
||||||
|
restart: always
|
||||||
# ports: # Uncomment this to access meilisearch from outside docker
|
# 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
|
# - 7700:7700 # if exposing these ports, make sure your master key is not the default value
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue