Skip to content

Commit

Permalink
🐋 chore: add restart: always to meilisearch service in docker-compo…
Browse files Browse the repository at this point in the history
…se.yml (danny-avila#2788)
  • Loading branch information
s2terminal authored May 23, 2024
1 parent 795bb9c commit dc1778b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dc1778b

Please sign in to comment.