Skip to content

Instantly share code, notes, and snippets.

View thiere18's full-sized avatar

Thierno Ibrahima Lo thiere18

  • Senegal
View GitHub Profile
version: '3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-SNAPSHOT
container_name: elasticsearch
environment:
- network.host=0.0.0.0
- discovery.type=single-node
- cluster.name=docker-cluster
- node.name=cluster1-node1