🐋 chore: add restart: always to meilisearch service in docker-compose.yml (#2788)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user