🐋 chore: add restart: always to meilisearch service in docker-compose.yml (#2788)

This commit is contained in:
suzuki.sh 2024-05-23 12:20:35 +09:00 committed by GitHub
parent 795bb9c568
commit dc1778b11f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: