16 lines
262 B
Plaintext
Executable File
16 lines
262 B
Plaintext
Executable File
version: '3.6'
|
|
|
|
services:
|
|
elastic:
|
|
extends:
|
|
file: docker-compose.elastic.base.yml
|
|
service: elastic
|
|
restart: always
|
|
build:
|
|
dockerfile: elastic752.Dockerfile
|
|
volumes:
|
|
- elastic:/usr/share/elastic/data
|
|
|
|
volumes:
|
|
elastic:
|