Skip to content

Instantly share code, notes, and snippets.

View chneau's full-sized avatar
😎
Gitting Gud

Charles Neau chneau

😎
Gitting Gud
View GitHub Profile
version: '3.9'
services:
elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:7.13.0"
environment:
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
- "discovery.type=single-node"
ports:
- "9200:9200"