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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: