Consensys / Mahuta

IPFS Storage service with search capability
Apache License 2.0
237 stars 49 forks source link

Docker-compose-ipfscluster #31

Closed douglasmsi closed 6 years ago

douglasmsi commented 6 years ago

Hi,

I did a change on docker-compose-ipfscluster, because the elasticsearch it wasn't working for me.

docker-compose-ipfscluster.txt

Basically, I change this:

**elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:6.3.1 container_name: elasticsearch environment:

Could you confirm?

Tks

gjeanmart commented 6 years ago

Hey, Thanks for you feedback. You are absolutely right ! I haven't noticed this error before because my machine (host) has already a "ulimit -n" pretty high and if not set, the value in the container is inherited from the host.

Could you submit a Pull Request with your change, and i will do some testing then. Thanks!

gjeanmart commented 6 years ago

PR #35