Skip to content

Instantly share code, notes, and snippets.

View mircealungu's full-sized avatar

Mircea Filip Lungu mircealungu

View GitHub Profile
version: '2.2'
services:
es01:
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
container_name: es01
environment:
- node.name=es01
- cluster.name=es-docker-cluster
- cluster.initial_master_nodes=es01
- bootstrap.memory_lock=true