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: meilisearch:
container_name: chat-meilisearch container_name: chat-meilisearch
image: getmeili/meilisearch:v1.0 image: getmeili/meilisearch:v1.0
ports: # ports: # Uncomment this to access meilisearch from outside docker
- 7700:7700 # - 7700:7700 # if exposing these ports, make sure your master key is not the default value
env_file: env_file:
- .env - .env
environment: environment:

View file

@ -57,8 +57,8 @@ services:
container_name: chat-meilisearch container_name: chat-meilisearch
image: getmeili/meilisearch:v1.0 image: getmeili/meilisearch:v1.0
restart: always restart: always
ports: # ports: # Uncomment this to access meilisearch from outside docker
- 7700:7700 # - 7700:7700 # if exposing these ports, make sure your master key is not the default value
env_file: env_file:
- .env - .env
environment: environment: