chore(docker-compose.yml): comment out meilisearch ports in docker-compose.yml (#807)

This commit is contained in:
Danny Avila
2023-08-14 10:23:00 -04:00
committed by GitHub
parent 89f260bc78
commit b64cc71d88
2 changed files with 4 additions and 4 deletions

View File

@@ -48,8 +48,8 @@ services:
meilisearch:
container_name: chat-meilisearch
image: getmeili/meilisearch:v1.0
ports:
- 7700:7700
# 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:
- .env
environment:

View File

@@ -57,8 +57,8 @@ services:
container_name: chat-meilisearch
image: getmeili/meilisearch:v1.0
restart: always
ports:
- 7700:7700
# 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:
- .env
environment: