Skip to content

Commit

Permalink
Add a restart to melisearch in docker-compose.yml (#684)
Browse files Browse the repository at this point in the history
Donavan authored Jul 22, 2023
1 parent b642739 commit 5da833e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -56,6 +56,7 @@ services:
meilisearch:
container_name: chat-meilisearch
image: getmeili/meilisearch:v1.0
restart: always
ports:
- 7700:7700
env_file:

0 comments on commit 5da833e

Please sign in to comment.