From dc1778b11f79f7f1b04857d7641536291d31549d Mon Sep 17 00:00:00 2001 From: "suzuki.sh" Date: Thu, 23 May 2024 12:20:35 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8B=20chore:=20add=20`restart:=20alway?= =?UTF-8?q?s`=20to=20meilisearch=20service=20in=20docker-compose.yml=20(#2?= =?UTF-8?q?788)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-compose.yml b/deploy-compose.yml index 4a9fbf29e..cb67e2a62 100644 --- a/deploy-compose.yml +++ b/deploy-compose.yml @@ -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: