mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
13 lines
243 B
YAML
13 lines
243 B
YAML
elasticsearch:
|
|
image: easypi/elasticsearch-arm
|
|
ports:
|
|
- '9200:9200'
|
|
- '9300:9300'
|
|
volumes:
|
|
- ./data:/opt/elasticsearch/data
|
|
- ./config:/opt/elasticsearch/config
|
|
mem_limit: 4g
|
|
cap_add:
|
|
- IPC_LOCK
|
|
restart: always
|