tpotce/docker/elk/head/docker-compose.yml

17 lines
305 B
YAML
Raw Normal View History

2018-05-16 14:57:52 +00:00
version: '2.3'
2018-03-31 15:18:28 +00:00
services:
## Elasticsearch-head service
head:
build: .
container_name: head
restart: always
# depends_on:
# elasticsearch:
# condition: service_healthy
ports:
- "127.0.0.1:64302:9100"
2018-11-21 09:26:31 +00:00
image: "dtagdevsec/head:1811"
2018-03-31 15:18:28 +00:00
read_only: true