Merge pull request #2622 from yosoyfunes/patch-1

Update docker-compose.yml
This commit is contained in:
Shao Yu-Lung (Allen) 2020-06-13 00:29:13 +08:00 committed by GitHub
commit 12ade0d730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -825,6 +825,9 @@ services:
memlock:
soft: -1
hard: -1
nofile:
soft: 65536
hard: 65536
ports:
- "${ELASTICSEARCH_HOST_HTTP_PORT}:9200"
- "${ELASTICSEARCH_HOST_TRANSPORT_PORT}:9300"