My docker container with ElasticSearch crashes a couple of seconds after starting, what could be the problem?
es01: image: docker.elastic.co/elasticsearch/elasticsearch:7.0.1 container_name: es01 environment: - cluster.initial_master_nodes=es01 ulimits: memlock: soft: -1 hard: -1 ports: - "9200:9200" - "9300:9300" networks: - postgres
1.4m articles
1.4m replys
5 comments
57.0k users