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

17 lines
306 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"
2024-03-24 18:22:37 +00:00
image: "dtagdevsec/head:24.04"
2018-03-31 15:18:28 +00:00
read_only: true