Skip to content

Instantly share code, notes, and snippets.

@raccoonyy
Created February 19, 2020 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save raccoonyy/e48fe7afe65231964db658ba2426e1d3 to your computer and use it in GitHub Desktop.
Save raccoonyy/e48fe7afe65231964db658ba2426e1d3 to your computer and use it in GitHub Desktop.
version: '3.3'
volumes:
elasticsearch:
services:
elasticsearch:
image: elasticsearch:7.6.0
volumes:
- type: bind
source: ./elasticsearch.yml
target: /tmp/elasticsearch.yml
read_only: true
- type: volume
source: elasticsearch
target: /home/ec2-user/docker/_vol/:/usr/share/elasticsearch/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment