Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch problem #57

Open
srdjanmish opened this issue May 19, 2021 · 1 comment
Open

Elasticsearch problem #57

srdjanmish opened this issue May 19, 2021 · 1 comment

Comments

@srdjanmish
Copy link

Hi guys,

container elasticsearch exist by itself every once in a while.. No log for errors, something other is problem...

Config: OSX, 16GB RAM, 2.8 GHz Quad-Core Intel Core i7
Docker desktop: 3.3.3, Engine 20.10.6, Compose 1.29.1

@niklasnatter
Copy link
Contributor

Hey,
thanks for reaching out. Unfortunately, I cannot reproduce the problem on my machine.

This repository uses the official elasticsearch image without any special configuration:

elasticsearch:
image: elasticsearch:7.9.3
ports:
- ${PORT_ELASTICSEARCH}:9200
volumes:
- ./data/elasticsearch:/usr/share/elasticsearch/data
environment:
discovery.type: single-node
xpack.security.enabled: 'false'

Because of this, I dont think the problem is caused by the configuration in the repository. Maybe you can reach out to the elasticsearch support with your problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants