Skip to content

Commit

Permalink
fix: meilisearch being exposed to the internet
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Dec 18, 2023
1 parent 4fc1ca0 commit 5740a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meilisearch/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
meilisearch:
image: getmeili/meilisearch:v0.20.0
ports:
- 7700:7700
- 127.0.0.1:7700:7700
volumes:
- ./data.ms:/data.ms
env_file: meili.env
restart: unless-stopped

0 comments on commit 5740a74

Please sign in to comment.